#F1CA8A

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

Shades of Cherokee #F1CA8A

Tints of Cherokee #F1CA8A

Color information

#F1CA8A (or 0xF1CA8A) is unknown color: approx Cherokee. HEX triplet: F1, CA and 8A. RGB value is (241,202,138). Sum of RGB (Red+Green+Blue) = 241+202+138=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA8A is #0E3575. Grayscale: #CECECE. Windows color (decimal): -931190 or 9095921. OLE color: 9095921.

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

Color convert

RGB241202138-
CMYK00.160.430.05
HSL37.28º78.63%74.31%-
HSV(B)37.28º42.74%94.51%-
XYZ61.9862.7832.9-
YUV206.3689.42152.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=41.48%
G=34.77%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120213800.160.430.0537.2878.6374.31
HexF1CA8A0102B5254f4a
Octal36131221202053545117112
Binary11110001110010101000101001000010101110110010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA8A; }

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

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

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

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

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

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

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

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