#F1C886

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

Shades of Cherokee #F1C886

Tints of Cherokee #F1C886

Color information

#F1C886 (or 0xF1C886) is unknown color: approx Cherokee. HEX triplet: F1, C8 and 86. RGB value is (241,200,134). Sum of RGB (Red+Green+Blue) = 241+200+134=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C886 is #0E3779. Grayscale: #CDCDCD. Windows color (decimal): -931706 or 8833265. OLE color: 8833265.

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

Color convert

RGB241200134-
CMYK00.170.440.05
HSL37.01º79.26%73.53%-
HSV(B)37.01º44.4%94.51%-
XYZ61.2361.7331.24-
YUV204.7488.08153.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=41.91%
G=34.78%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120013400.170.440.0537.0179.2673.53
HexF1C8860112C5254f4a
Octal36131020602154545117112
Binary11110001110010001000011001000110110010110010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C886; }

 p { color: rgb(241,200,134); }

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

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

 a { background-color: rgb(241,200,134); }

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

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

 span { border-color: rgb(241,200,134); }

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