#F5CA8A

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

Shades of Cherokee #F5CA8A

Tints of Cherokee #F5CA8A

Color information

#F5CA8A (or 0xF5CA8A) is unknown color: approx Cherokee. HEX triplet: F5, CA and 8A. RGB value is (245,202,138). Sum of RGB (Red+Green+Blue) = 245+202+138=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5CA8A is #0A3575. Grayscale: #CFCFCF. Windows color (decimal): -669046 or 9095925. OLE color: 9095925.

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

Color convert

RGB245202138-
CMYK00.180.440.04
HSL35.89º84.25%75.1%-
HSV(B)35.89º43.67%96.08%-
XYZ63.3663.4932.96-
YUV207.5688.75154.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 138 (54.30% from 255) = 23.59%
R=41.88%
G=34.53%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520213800.180.440.0435.8984.2575.1
HexF5CA8A0122C424544b
Octal36531221202254444124113
Binary11110101110010101000101001001010110010010010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CA8A; }

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

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

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

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

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

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

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

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