#F8D78E

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

Shades of Cherokee #F8D78E

Tints of Cherokee #F8D78E

Color information

#F8D78E (or 0xF8D78E) is unknown color: approx Cherokee. HEX triplet: F8, D7 and 8E. RGB value is (248,215,142). Sum of RGB (Red+Green+Blue) = 248+215+142=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D78E is #072871. Grayscale: #D8D8D8. Windows color (decimal): -469106 or 9361400. OLE color: 9361400.

HSL color Cylindrical-coordinate representation of color #F8D78E: hue angle of 41.32º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8D78E is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248215142-
CMYK00.130.430.03
HSL41.32º88.33%76.47%-
HSV(B)41.32º42.74%97.25%-
XYZ67.8970.5135.62-
YUV216.5485.93150.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=40.99%
G=35.54%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821514200.130.430.0341.3288.3376.47
HexF8D78E0D2B329584c
Octal37032721601553351130114
Binary111110001101011110001110011011010111110100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D78E; }

 p { color: rgb(248,215,142); }

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

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

 a { background-color: rgb(248,215,142); }

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

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

 span { border-color: rgb(248,215,142); }

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