#F4D18E

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

Shades of Cherokee #F4D18E

Tints of Cherokee #F4D18E

Color information

#F4D18E (or 0xF4D18E) is unknown color: approx Cherokee. HEX triplet: F4, D1 and 8E. RGB value is (244,209,142). Sum of RGB (Red+Green+Blue) = 244+209+142=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D18E is #0B2E71. Grayscale: #D4D4D4. Windows color (decimal): -732786 or 9359860. OLE color: 9359860.

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

Color convert

RGB244209142-
CMYK00.140.420.04
HSL39.41º82.26%75.69%-
HSV(B)39.41º41.8%95.69%-
XYZ64.9966.7935.06-
YUV211.8388.6150.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 209 (82.03% from 255) = 35.13%
BLUE value IS 142 (55.86% from 255) = 23.87%
R=41.01%
G=35.13%
B=23.87%

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
Decimal24420914200.140.420.0439.4182.2675.69
HexF4D18E0E2A427524c
Octal36432121601652447122114
Binary1111010011010001100011100111010101010010011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D18E; }

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

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

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

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

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

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

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

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