#F1D18A

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

Shades of Cherokee #F1D18A

Tints of Cherokee #F1D18A

Color information

#F1D18A (or 0xF1D18A) is unknown color: approx Cherokee. HEX triplet: F1, D1 and 8A. RGB value is (241,209,138). Sum of RGB (Red+Green+Blue) = 241+209+138=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D18A is #0E2E75. Grayscale: #D2D2D2. Windows color (decimal): -929398 or 9097713. OLE color: 9097713.

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

Color convert

RGB241209138-
CMYK00.130.430.05
HSL41.36º78.63%74.31%-
HSV(B)41.36º42.74%94.51%-
XYZ63.6666.1433.45-
YUV210.4787.1149.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=40.99%
G=35.54%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120913800.130.430.0541.3678.6374.31
HexF1D18A0D2B5294f4a
Octal36132121201553551117112
Binary1111000111010001100010100110110101110110100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D18A; }

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

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

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

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

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

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

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

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