#F8D68E

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

Shades of Cherokee #F8D68E

Tints of Cherokee #F8D68E

Color information

#F8D68E (or 0xF8D68E) is unknown color: approx Cherokee. HEX triplet: F8, D6 and 8E. RGB value is (248,214,142). Sum of RGB (Red+Green+Blue) = 248+214+142=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D68E is #072971. Grayscale: #D8D8D8. Windows color (decimal): -469362 or 9361144. OLE color: 9361144.

HSL color Cylindrical-coordinate representation of color #F8D68E: hue angle of 40.75º 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 #F8D68E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248214142-
CMYK00.140.430.03
HSL40.75º88.33%76.47%-
HSV(B)40.75º42.74%97.25%-
XYZ67.647035.54-
YUV215.9686.26150.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 142 (55.86% from 255) = 23.51%
R=41.06%
G=35.43%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821414200.140.430.0340.7588.3376.47
HexF8D68E0E2B329584c
Octal37032621601653351130114
Binary111110001101011010001110011101010111110100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D68E; }

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

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

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

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

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

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

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

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