#F5CA8C

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

Shades of Cherokee #F5CA8C

Tints of Cherokee #F5CA8C

Color information

#F5CA8C (or 0xF5CA8C) is unknown color: approx Cherokee. HEX triplet: F5, CA and 8C. RGB value is (245,202,140). Sum of RGB (Red+Green+Blue) = 245+202+140=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CA8C is #0A3573. Grayscale: #D0D0D0. Windows color (decimal): -669044 or 9226997. OLE color: 9226997.

HSL color Cylindrical-coordinate representation of color #F5CA8C: hue angle of 35.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5CA8C is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245202140-
CMYK00.180.430.04
HSL35.43º84%75.49%-
HSV(B)35.43º42.86%96.08%-
XYZ63.5163.5533.73-
YUV207.7989.75154.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 140 (55.08% from 255) = 23.85%
R=41.74%
G=34.41%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520214000.180.430.0435.438475.49
HexF5CA8C0122B423544b
Octal36531221402253443124113
Binary11110101110010101000110001001010101110010001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CA8C; }

 p { color: rgb(245,202,140); }

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

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

 a { background-color: rgb(245,202,140); }

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

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

 span { border-color: rgb(245,202,140); }

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