#F1CA84

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

Shades of Cherokee #F1CA84

Tints of Cherokee #F1CA84

Color information

#F1CA84 (or 0xF1CA84) is unknown color: approx Cherokee. HEX triplet: F1, CA and 84. RGB value is (241,202,132). Sum of RGB (Red+Green+Blue) = 241+202+132=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA84 is #0E357B. Grayscale: #CECECE. Windows color (decimal): -931196 or 8702705. OLE color: 8702705.

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

Color convert

RGB241202132-
CMYK00.160.450.05
HSL38.53º79.56%73.14%-
HSV(B)38.53º45.23%94.51%-
XYZ61.5662.6130.67-
YUV205.6886.42153.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=41.91%
G=35.13%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120213200.160.450.0538.5379.5673.14
HexF1CA840102D5275049
Octal36131220402055547120111
Binary11110001110010101000010001000010110110110011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA84; }

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

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

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

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

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

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

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

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