#F9CF8A

Color #F9CF8A Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F9CF8A

Tints of Cherokee #F9CF8A

Color information

#F9CF8A (or 0xF9CF8A) is unknown color: approx Cherokee. HEX triplet: F9, CF and 8A. RGB value is (249,207,138). Sum of RGB (Red+Green+Blue) = 249+207+138=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CF8A is #063075. Grayscale: #D4D4D4. Windows color (decimal): -405622 or 9097209. OLE color: 9097209.

HSL color Cylindrical-coordinate representation of color #F9CF8A: hue angle of 37.3º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9CF8A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249207138-
CMYK00.170.450.02
HSL37.3º90.24%75.88%-
HSV(B)37.3º44.58%97.65%-
XYZ65.9766.633.42-
YUV211.6986.41154.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.92%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 138 (54.30% from 255) = 23.23%
R=41.92%
G=34.85%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920713800.170.450.0237.390.2475.88
HexF9CF8A0112D2255a4c
Octal37131721202155245132114
Binary1111100111001111100010100100011011011010010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CF8A; }

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

 H1.HeaderClassName
 {
   color: #F9CF8A;
 }
 .AnyTagClassName
 {
   color: #F9CF8A;
 }
</style>
background-color css

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

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

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

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

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

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