#F1C988

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

Shades of Cherokee #F1C988

Tints of Cherokee #F1C988

Color information

#F1C988 (or 0xF1C988) is unknown color: approx Cherokee. HEX triplet: F1, C9 and 88. RGB value is (241,201,136). Sum of RGB (Red+Green+Blue) = 241+201+136=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C988 is #0E3677. Grayscale: #CDCDCD. Windows color (decimal): -931448 or 8964593. OLE color: 8964593.

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

Color convert

RGB241201136-
CMYK00.170.440.05
HSL37.14º78.95%73.92%-
HSV(B)37.14º43.57%94.51%-
XYZ61.6162.2532.06-
YUV205.5588.75153.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 136 (53.52% from 255) = 23.53%
R=41.70%
G=34.78%
B=23.53%

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
Decimal24120113600.170.440.0537.1478.9573.92
HexF1C9880112C5254f4a
Octal36131121002154545117112
Binary11110001110010011000100001000110110010110010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C988; }

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

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

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

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

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

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

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

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