#F7D68E

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

Shades of Cherokee #F7D68E

Tints of Cherokee #F7D68E

Color information

#F7D68E (or 0xF7D68E) is unknown color: approx Cherokee. HEX triplet: F7, D6 and 8E. RGB value is (247,214,142). Sum of RGB (Red+Green+Blue) = 247+214+142=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D68E is #082971. Grayscale: #D7D7D7. Windows color (decimal): -534898 or 9361143. OLE color: 9361143.

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

Color convert

RGB247214142-
CMYK00.130.430.03
HSL41.14º86.78%76.27%-
HSV(B)41.14º42.51%96.86%-
XYZ67.2969.8235.52-
YUV215.6686.43150.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 142 (55.86% from 255) = 23.55%
R=40.96%
G=35.49%
B=23.55%

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
Decimal24721414200.130.430.0341.1486.7876.27
HexF7D68E0D2B329574c
Octal36732621601553351127114
Binary111101111101011010001110011011010111110100110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D68E; }

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

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

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

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

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

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

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

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