#F1C986

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

Shades of Cherokee #F1C986

Tints of Cherokee #F1C986

Color information

#F1C986 (or 0xF1C986) is unknown color: approx Cherokee. HEX triplet: F1, C9 and 86. RGB value is (241,201,134). Sum of RGB (Red+Green+Blue) = 241+201+134=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C986 is #0E3679. Grayscale: #CDCDCD. Windows color (decimal): -931450 or 8833521. OLE color: 8833521.

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

Color convert

RGB241201134-
CMYK00.170.440.05
HSL37.57º79.26%73.53%-
HSV(B)37.57º44.4%94.51%-
XYZ61.4762.231.32-
YUV205.3287.75153.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 134 (52.73% from 255) = 23.26%
R=41.84%
G=34.90%
B=23.26%

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
Decimal24120113400.170.440.0537.5779.2673.53
HexF1C9860112C5264f4a
Octal36131120602154546117112
Binary11110001110010011000011001000110110010110011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C986; }

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

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

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

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

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

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

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

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