#F1CA83

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

Shades of Cherokee #F1CA83

Tints of Cherokee #F1CA83

Color information

#F1CA83 (or 0xF1CA83) is unknown color: approx Cherokee. HEX triplet: F1, CA and 83. RGB value is (241,202,131). Sum of RGB (Red+Green+Blue) = 241+202+131=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA83 is #0E357C. Grayscale: #CDCDCD. Windows color (decimal): -931197 or 8637169. OLE color: 8637169.

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

Color convert

RGB241202131-
CMYK00.160.460.05
HSL38.73º79.71%72.94%-
HSV(B)38.73º45.64%94.51%-
XYZ61.4962.5830.31-
YUV205.5785.92153.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 131 (51.56% from 255) = 22.82%
R=41.99%
G=35.19%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120213100.160.460.0538.7379.7172.94
HexF1CA830102E5275049
Octal36131220302056547120111
Binary11110001110010101000001101000010111010110011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA83; }

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

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

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

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

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

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

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

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