#F4CD8E

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

Shades of Cherokee #F4CD8E

Tints of Cherokee #F4CD8E

Color information

#F4CD8E (or 0xF4CD8E) is unknown color: approx Cherokee. HEX triplet: F4, CD and 8E. RGB value is (244,205,142). Sum of RGB (Red+Green+Blue) = 244+205+142=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CD8E is #0B3271. Grayscale: #D1D1D1. Windows color (decimal): -733810 or 9358836. OLE color: 9358836.

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

Color convert

RGB244205142-
CMYK00.160.420.04
HSL37.06º82.26%75.69%-
HSV(B)37.06º41.8%95.69%-
XYZ64.0264.8534.73-
YUV209.4889.92152.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=41.29%
G=34.69%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420514200.160.420.0437.0682.2675.69
HexF4CD8E0102A425524c
Octal36431521602052445122114
Binary11110100110011011000111001000010101010010010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CD8E; }

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

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

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

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

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

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

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

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