#F5D38E

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

Shades of Cherokee #F5D38E

Tints of Cherokee #F5D38E

Color information

#F5D38E (or 0xF5D38E) is unknown color: approx Cherokee. HEX triplet: F5, D3 and 8E. RGB value is (245,211,142). Sum of RGB (Red+Green+Blue) = 245+211+142=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D38E is #0A2C71. Grayscale: #D5D5D5. Windows color (decimal): -666738 or 9360373. OLE color: 9360373.

HSL color Cylindrical-coordinate representation of color #F5D38E: hue angle of 40.19º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5D38E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245211142-
CMYK00.140.420.04
HSL40.19º83.74%75.88%-
HSV(B)40.19º42.04%96.08%-
XYZ65.8367.9535.24-
YUV213.387.76150.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 142 (55.86% from 255) = 23.75%
R=40.97%
G=35.28%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521114200.140.420.0440.1983.7475.88
HexF5D38E0E2A428544c
Octal36532321601652450124114
Binary1111010111010011100011100111010101010010100010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D38E; }

 p { color: rgb(245,211,142); }

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

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

 a { background-color: rgb(245,211,142); }

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

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

 span { border-color: rgb(245,211,142); }

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