#F6CC80

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

Shades of Cherokee #F6CC80

Tints of Cherokee #F6CC80

Color information

#F6CC80 (or 0xF6CC80) is unknown color: approx Cherokee. HEX triplet: F6, CC and 80. RGB value is (246,204,128). Sum of RGB (Red+Green+Blue) = 246+204+128=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC80 is #09337F. Grayscale: #D0D0D0. Windows color (decimal): -603008 or 8441078. OLE color: 8441078.

HSL color Cylindrical-coordinate representation of color #F6CC80: hue angle of 38.64º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F6CC80 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246204128-
CMYK00.170.480.04
HSL38.64º86.76%73.33%-
HSV(B)38.64º47.97%96.47%-
XYZ63.564.3429.49-
YUV207.8982.91155.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.56%
GREEN value IS 204 (80.08% from 255) = 35.29%
BLUE value IS 128 (50.39% from 255) = 22.15%
R=42.56%
G=35.29%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620412800.170.480.0438.6486.7673.33
HexF6CC80011304275749
Octal36631420002160447127111
Binary11110110110011001000000001000111000010010011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC80; }

 p { color: rgb(246,204,128); }

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

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

 a { background-color: rgb(246,204,128); }

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

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

 span { border-color: rgb(246,204,128); }

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