#F1D48A

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

Shades of Cherokee #F1D48A

Tints of Cherokee #F1D48A

Color information

#F1D48A (or 0xF1D48A) is unknown color: approx Cherokee. HEX triplet: F1, D4 and 8A. RGB value is (241,212,138). Sum of RGB (Red+Green+Blue) = 241+212+138=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D48A is #0E2B75. Grayscale: #D4D4D4. Windows color (decimal): -928630 or 9098481. OLE color: 9098481.

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

Color convert

RGB241212138-
CMYK00.120.430.05
HSL43.11º78.63%74.31%-
HSV(B)43.11º42.74%94.51%-
XYZ64.4167.6233.7-
YUV212.2486.11148.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=40.78%
G=35.87%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121213800.120.430.0543.1178.6374.31
HexF1D48A0C2B52b4f4a
Octal36132421201453553117112
Binary1111000111010100100010100110010101110110101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D48A; }

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

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

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

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

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

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

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

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