COLOR #FAD099

HEX: #FAD099 RGB: (250,208,153)

Renk bilgisi

#FAD099 contains mainly red and green colors. #FAD099 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FAD099 color RGB value is (250,208,153).

RGB: (250,208,153) (98%, 82%, 60%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 208 of 255 = 82%
B 153 of 255 = 60%

250
208
153

R + G + B ~ 80%. #FAD099 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 250 + 208 + 153 = 611 (100%)
R 250 of 611 ~ 40.92%
G 208 of 611 ~ 34.04%
B 153 of 611 ~ 25.04'%

%40.92
%34.04
%25.04

CMYK RENK MODELİ

#FAD099 rengi CMYK tonu (0,17,39,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.80%
  • sarı tonu 38.80%
  • ana renk tonu 1.96%

CMYK: (0,17,39,2)
C0M17Y39K2 (0%, 17%, 39%, 2%)
(0.00 / 0.17 / 0.39 / 0.02)

CMYK yüzdeleri

%0
%16.8
%38.8
%1.96

Codes

Color #FAD099 in popluar color models

FA D0 99
RGB 250 208 153
HSL 34° 90.65% 79.02%
HSB/HSV 34° 38.80% 98.04%
CMYK 0.00% 16.80% 38.80%
1.96%

Color #FAD099 in popluar number systems.

HEX FA D0 99
Decimal 250 208 153
Binary 11111010 11010000 10011001
Octal 372 320 231

Shades and tints

Shades of #FAD099

#FAD099
(250,208,153)
#E4BE8C
(228,190,140)
#CEAC7F
(206,172,127)
#B89A72
(184,154,114)
#A28865
(162,136,101)
#8C7658
(140,118,88)
#76644B
(118,100,75)
#60523E
(96,82,62)
#4A4031
(74,64,49)
#342E24
(52,46,36)
#1E1C17
(30,28,23)
#000000
(0,0,0)

Tints of #FAD099

#FAD099
(250,208,153)
#FAD4A2
(250,212,162)
#FAD8AB
(250,216,171)
#FADCB4
(250,220,180)
#FAE0BD
(250,224,189)
#FAE4C6
(250,228,198)
#FAE8CF
(250,232,207)
#FAECD8
(250,236,216)
#FAF0E1
(250,240,225)
#FAF4EA
(250,244,234)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD099 color. Also use rgb(250,208,153) instead hex code.

Text Font Color

.myTextColor { color: #FAD099; }

<p style="color:#FAD099">This sample text font color is #FAD099.</p>

This text font color is #FAD099.

Background Color

.myBgColor { background-color: #FAD099; }

<div style="background-color:#FAD099">Inner text</div>

This div background color is #FAD099.

Border color

.myBorderColor { border: 1px solid #FAD099; }

<div style="border:3px solid #FAD099">Div</div>

This div border color is #FAD099.

Opacity

.myOpacity80 { color: #FAD099; opacity: 0.8; }

<p style="color:#FAD099;opacity:0.8;">80%</p>

Text with #FAD099 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FAD099;}

<p style="text-shadow: 3px 3px 1px #FAD099">Text here.</p>

This text has shadow with #FAD099 color.


.textShadow {text-shadow: 3px 3px 1px #FAD099', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FAD099, 5px 5px 20px red">Text here.</p>

This text has shadow with #FAD099 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAD099, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FAD099, Direction=45, Strength=4)">Text</p>

This text has shadow with #FAD099 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAD099;
-webkit-box-shadow: 1px 1px 3px 2px #FAD099;
box-shadow: 1px 1px 3px 2px #FAD099;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAD099; -webkit-box-shadow: 1px 1px 3px 2px #FAD099; box-shadow:1px 1px 3px 2px #FAD099;">
Div content here
</div>

This div box has shadow with color #FAD099.

Preview

Color preview on black background

This text has color #FAD099 on black background.


Color preview on white background

This text has color #FAD099 on white background.


Black color preview on #FAD099 background

This text has black color on #FAD099 background.


White color preview on #FAD099 background

This text has white color on #FAD099 background.


Related colors

Complementary color

Complementary color for #hex is #052F66.


I love getcolorcode.com

Triadic colors

1 #99FAD0 and #D099FA with #FAD099 are triadic colors.

2 #99D0FA and #D0FA99 with #FAD099 are triadic colors.