#F4D28E

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

Shades of Cherokee #F4D28E

Tints of Cherokee #F4D28E

Color information

#F4D28E (or 0xF4D28E) is unknown color: approx Cherokee. HEX triplet: F4, D2 and 8E. RGB value is (244,210,142). Sum of RGB (Red+Green+Blue) = 244+210+142=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D28E is #0B2D71. Grayscale: #D4D4D4. Windows color (decimal): -732530 or 9360116. OLE color: 9360116.

HSL color Cylindrical-coordinate representation of color #F4D28E: hue angle of 40º degrees, saturation: 0.82, 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 #F4D28E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244210142-
CMYK00.140.420.04
HSL40º82.26%75.69%-
HSV(B)40º41.8%95.69%-
XYZ65.2467.2835.14-
YUV212.4188.26150.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=40.94%
G=35.23%
B=23.83%

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
Decimal24421014200.140.420.044082.2675.69
HexF4D28E0E2A428524c
Octal36432221601652450122114
Binary1111010011010010100011100111010101010010100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D28E; }

 p { color: rgb(244,210,142); }

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

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

 a { background-color: rgb(244,210,142); }

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

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

 span { border-color: rgb(244,210,142); }

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