#F5D07F

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

Shades of Cherokee #F5D07F

Tints of Cherokee #F5D07F

Color information

#F5D07F (or 0xF5D07F) is unknown color: approx Cherokee. HEX triplet: F5, D0 and 7F. RGB value is (245,208,127). Sum of RGB (Red+Green+Blue) = 245+208+127=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D07F is #0A2F80. Grayscale: #D2D2D2. Windows color (decimal): -667521 or 8376565. OLE color: 8376565.

HSL color Cylindrical-coordinate representation of color #F5D07F: hue angle of 41.19º degrees, saturation: 0.86, 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 #F5D07F is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245208127-
CMYK00.150.480.04
HSL41.19º85.51%72.94%-
HSV(B)41.19º48.16%96.08%-
XYZ64.0466.0629.45-
YUV209.8381.26153.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 208 (81.64% from 255) = 35.86%
BLUE value IS 127 (50% from 255) = 21.90%
R=42.24%
G=35.86%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520812700.150.480.0441.1985.5172.94
HexF5D07F0F304295649
Octal36532017701760451126111
Binary111101011101000011111110111111000010010100110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D07F; }

 p { color: rgb(245,208,127); }

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

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

 a { background-color: rgb(245,208,127); }

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

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

 span { border-color: rgb(245,208,127); }

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