Html Css Color HEX #F9D486 Cherokee

📋 copy color: '#F9D486'

red 249 ◦ green 212 ◦ blue 134

#F9D486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #F9D486

Tints of Cherokee #F9D486

RGB

 RED value IS 249 (97.66% from 255) = 41.85%

 GREEN value IS 212 (83.2% from 255) = 35.63%

 BLUE value IS 134 (52.73% from 255) = 22.52%

R = 41.85%
G = 35.63%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F9D486 (or 0xF9D486) is known color: Cherokee. HEX triplet: F9, D4 and 86. RGB value is (249,212,134). Sum of RGB (Red+Green+Blue) = 249+212+134=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D486 is #062B79. Grayscale: #D6D6D6. Windows color (decimal): -404346 or 8836345. OLE color: 8836345.

HSL color Cylindrical-coordinate representation of color #F9D486: hue angle of 40.7º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9D486 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 212 134 -
CMYK 0 0.15 0.46 0.02
HSL 40.7º 0.91% 0.75% -
HSV(B) 40.7º 0.46% 0.98% -
XYZ 66.91 68.95 32.34 -
YUV 214.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 249 212 134 0 0.15 0.46 0.02 40.7 0.91 0.75
Hex F9 D4 86 0 F 2E 2 29 5B 4B
Octal 371 324 206 0 17 56 2 51 133 113
Binary 11111001 11010100 10000110 0 1111 101110 10 101001 1011011 1001011

Color Harmonies of #F9D486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D486

Black with #F9D486

Text Example


Text Example

White with #F9D486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D486; }

 p { color: rgb(249,212,134); }

 H1.HeaderClassName
 {
   color: #F9D486;
 }
 .AnyTagClassName
 {
   color: #F9D486;
 }
</style>

background-color css

<style>
 a { background-color: #F9D486; }

 a { background-color: rgb(249,212,134); }

 div.DivClassName
 {
   background-color: #F9D486;
 }
 .BgClassName
 {
   background-color: #F9D486;
 }
</style>

border-color css

<style>
 span { border-color: #F9D486; }

 span { border-color: rgb(249,212,134); }

 td.TdClassName
 {
   border-color: #F9D486;
 }
 .TagClassName
 {
   border-color: #F9D486;
 }
</style>