#F5CA7C

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

Shades of Cherokee #F5CA7C

Tints of Cherokee #F5CA7C

Color information

#F5CA7C (or 0xF5CA7C) is unknown color: approx Cherokee. HEX triplet: F5, CA and 7C. RGB value is (245,202,124). Sum of RGB (Red+Green+Blue) = 245+202+124=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA7C is #0A3583. Grayscale: #CECECE. Windows color (decimal): -669060 or 8178421. OLE color: 8178421.

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

Color convert

RGB245202124-
CMYK00.180.490.04
HSL38.68º85.82%72.35%-
HSV(B)38.68º49.39%96.08%-
XYZ62.4163.1127.96-
YUV205.9681.75155.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 124 (48.83% from 255) = 21.72%
R=42.91%
G=35.38%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520212400.180.490.0438.6885.8272.35
HexF5CA7C012314275648
Octal36531217402261447126110
Binary1111010111001010111110001001011000110010011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CA7C; }

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

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

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

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

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

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

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

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