#F1C884

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

Shades of Cherokee #F1C884

Tints of Cherokee #F1C884

Color information

#F1C884 (or 0xF1C884) is unknown color: approx Cherokee. HEX triplet: F1, C8 and 84. RGB value is (241,200,132). Sum of RGB (Red+Green+Blue) = 241+200+132=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C884 is #0E377B. Grayscale: #CCCCCC. Windows color (decimal): -931708 or 8702193. OLE color: 8702193.

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

Color convert

RGB241200132-
CMYK00.170.450.05
HSL37.43º79.56%73.14%-
HSV(B)37.43º45.23%94.51%-
XYZ61.0961.6830.51-
YUV204.5187.08154.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=42.06%
G=34.90%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120013200.170.450.0537.4379.5673.14
HexF1C8840112D5255049
Octal36131020402155545120111
Binary11110001110010001000010001000110110110110010110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C884; }

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

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

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

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

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

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

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

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