#F1CA86

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

Shades of Cherokee #F1CA86

Tints of Cherokee #F1CA86

Color information

#F1CA86 (or 0xF1CA86) is unknown color: approx Cherokee. HEX triplet: F1, CA and 86. RGB value is (241,202,134). Sum of RGB (Red+Green+Blue) = 241+202+134=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA86 is #0E3579. Grayscale: #CECECE. Windows color (decimal): -931194 or 8833777. OLE color: 8833777.

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

Color convert

RGB241202134-
CMYK00.160.440.05
HSL38.13º79.26%73.53%-
HSV(B)38.13º44.4%94.51%-
XYZ61.762.6631.4-
YUV205.9187.42153.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=41.77%
G=35.01%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120213400.160.440.0538.1379.2673.53
HexF1CA860102C5264f4a
Octal36131220602054546117112
Binary11110001110010101000011001000010110010110011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA86; }

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

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

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

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

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

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

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

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