Html Css Color HEX #F9D286 Cherokee

📋 copy color: '#F9D286'

red 249 ◦ green 210 ◦ blue 134

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

Shades of Cherokee #F9D286

Tints of Cherokee #F9D286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

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

R = 41.99%
G = 35.41%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F9D286 (or 0xF9D286) is known color: Cherokee. HEX triplet: F9, D2 and 86. RGB value is (249,210,134). Sum of RGB (Red+Green+Blue) = 249+210+134=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 134 (52.73% from 255 or 22.60% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D286 is #062D79. Grayscale: #D5D5D5. Windows color (decimal): -404858 or 8835833. OLE color: 8835833.

HSL color Cylindrical-coordinate representation of color #F9D286: hue angle of 39.65º 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 #F9D286 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 210 134 -
CMYK 0 0.16 0.46 0.02
HSL 39.65º 0.91% 0.75% -
HSV(B) 39.65º 0.46% 0.98% -
XYZ 66.42 67.95 32.17 -
YUV 213 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 249 210 134 0 0.16 0.46 0.02 39.65 0.91 0.75
Hex F9 D2 86 0 10 2E 2 28 5B 4B
Octal 371 322 206 0 20 56 2 50 133 113
Binary 11111001 11010010 10000110 0 10000 101110 10 101000 1011011 1001011

Color Harmonies of #F9D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D286

Black with #F9D286

Text Example


Text Example

White with #F9D286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D286; }

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

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

background-color css

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

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

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

border-color css

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

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

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