#F2CF78

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

Shades of Cherokee #F2CF78

Tints of Cherokee #F2CF78

Color information

#F2CF78 (or 0xF2CF78) is unknown color: approx Cherokee. HEX triplet: F2, CF and 78. RGB value is (242,207,120). Sum of RGB (Red+Green+Blue) = 242+207+120=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF78 is #0D3087. Grayscale: #CFCFCF. Windows color (decimal): -864392 or 7917554. OLE color: 7917554.

HSL color Cylindrical-coordinate representation of color #F2CF78: hue angle of 42.79º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2CF78 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242207120-
CMYK00.140.500.05
HSL42.79º82.43%70.98%-
HSV(B)42.79º50.41%94.9%-
XYZ62.3264.8627-
YUV207.5578.6152.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 120 (47.27% from 255) = 21.09%
R=42.53%
G=36.38%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220712000.140.500.0542.7982.4370.98
HexF2CF780E3252b5247
Octal36231717001662553122107
Binary111100101100111111110000111011001010110101110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CF78; }

 p { color: rgb(242,207,120); }

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

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

 a { background-color: rgb(242,207,120); }

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

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

 span { border-color: rgb(242,207,120); }

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