#F1D28F

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

Shades of Cherokee #F1D28F

Tints of Cherokee #F1D28F

Color information

#F1D28F (or 0xF1D28F) is unknown color: approx Cherokee. HEX triplet: F1, D2 and 8F. RGB value is (241,210,143). Sum of RGB (Red+Green+Blue) = 241+210+143=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D28F is #0E2D70. Grayscale: #D3D3D3. Windows color (decimal): -929137 or 9425649. OLE color: 9425649.

HSL color Cylindrical-coordinate representation of color #F1D28F: hue angle of 41.02º 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 #F1D28F is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241210143-
CMYK00.130.410.05
HSL41.02º77.78%75.29%-
HSV(B)41.02º40.66%94.51%-
XYZ64.2866.7835.49-
YUV211.6389.27148.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 143 (56.25% from 255) = 24.07%
R=40.57%
G=35.35%
B=24.07%

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
Decimal24121014300.130.410.0541.0277.7875.29
HexF1D28F0D295294e4b
Octal36132221701551551116113
Binary1111000111010010100011110110110100110110100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D28F; }

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

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

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

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

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

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

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

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