#F1D28E

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

Shades of Cherokee #F1D28E

Tints of Cherokee #F1D28E

Color information

#F1D28E (or 0xF1D28E) is unknown color: approx Cherokee. HEX triplet: F1, D2 and 8E. RGB value is (241,210,142). Sum of RGB (Red+Green+Blue) = 241+210+142=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D28E is #0E2D71. Grayscale: #D3D3D3. Windows color (decimal): -929138 or 9360113. OLE color: 9360113.

HSL color Cylindrical-coordinate representation of color #F1D28E: hue angle of 41.21º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1D28E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241210142-
CMYK00.130.410.05
HSL41.21º77.95%75.1%-
HSV(B)41.21º41.08%94.51%-
XYZ64.266.7535.09-
YUV211.5288.77149.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 142 (55.86% from 255) = 23.95%
R=40.64%
G=35.41%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121014200.130.410.0541.2177.9575.1
HexF1D28E0D295294e4b
Octal36132221601551551116113
Binary1111000111010010100011100110110100110110100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D28E; }

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

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

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

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

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

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

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

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