#F8CE80

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

Shades of Cherokee #F8CE80

Tints of Cherokee #F8CE80

Color information

#F8CE80 (or 0xF8CE80) is unknown color: approx Cherokee. HEX triplet: F8, CE and 80. RGB value is (248,206,128). Sum of RGB (Red+Green+Blue) = 248+206+128=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CE80 is #07317F. Grayscale: #D2D2D2. Windows color (decimal): -471424 or 8441592. OLE color: 8441592.

HSL color Cylindrical-coordinate representation of color #F8CE80: hue angle of 39º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8CE80 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248206128-
CMYK00.170.480.03
HSL39º89.55%73.73%-
HSV(B)39º48.39%97.25%-
XYZ64.6865.6629.69-
YUV209.6781.91155.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=42.61%
G=35.40%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820612800.170.480.033989.5573.73
HexF8CE80011303275a4a
Octal37031620002160347132112
Binary1111100011001110100000000100011100001110011110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CE80; }

 p { color: rgb(248,206,128); }

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

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

 a { background-color: rgb(248,206,128); }

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

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

 span { border-color: rgb(248,206,128); }

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