Html Css Color HEX #F9CF86 Cherokee

📋 copy color: '#F9CF86'

red 249 ◦ green 207 ◦ blue 134

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

Shades of Cherokee #F9CF86

Tints of Cherokee #F9CF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.08%

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

R = 42.2%
G = 35.08%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F9CF86 (or 0xF9CF86) is known color: Cherokee. HEX triplet: F9, CF and 86. RGB value is (249,207,134). Sum of RGB (Red+Green+Blue) = 249+207+134=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 134 (52.73% from 255 or 22.71% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CF86 is #063079. Grayscale: #D3D3D3. Windows color (decimal): -405626 or 8835065. OLE color: 8835065.

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

Color convert

RGB 249 207 134 -
CMYK 0 0.17 0.46 0.02
HSL 38.09º 0.91% 0.75% -
HSV(B) 38.09º 0.46% 0.98% -
XYZ 65.68 66.49 31.93 -
YUV 211.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 249 207 134 0 0.17 0.46 0.02 38.09 0.91 0.75
Hex F9 CF 86 0 11 2E 2 26 5B 4B
Octal 371 317 206 0 21 56 2 46 133 113
Binary 11111001 11001111 10000110 0 10001 101110 10 100110 1011011 1001011

Color Harmonies of #F9CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CF86

Black with #F9CF86

Text Example


Text Example

White with #F9CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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