#F1D48C

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

Shades of Cherokee #F1D48C

Tints of Cherokee #F1D48C

Color information

#F1D48C (or 0xF1D48C) is unknown color: approx Cherokee. HEX triplet: F1, D4 and 8C. RGB value is (241,212,140). Sum of RGB (Red+Green+Blue) = 241+212+140=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D48C is #0E2B73. Grayscale: #D4D4D4. Windows color (decimal): -928628 or 9229553. OLE color: 9229553.

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

Color convert

RGB241212140-
CMYK00.120.420.05
HSL42.77º78.29%74.71%-
HSV(B)42.77º41.91%94.51%-
XYZ64.5567.6834.47-
YUV212.4687.11148.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 212 (83.20% from 255) = 35.75%
BLUE value IS 140 (55.08% from 255) = 23.61%
R=40.64%
G=35.75%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121214000.120.420.0542.7778.2974.71
HexF1D48C0C2A52b4e4b
Octal36132421401452553116113
Binary1111000111010100100011000110010101010110101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D48C; }

 p { color: rgb(241,212,140); }

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

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

 a { background-color: rgb(241,212,140); }

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

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

 span { border-color: rgb(241,212,140); }

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