#F5C484

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

Shades of Cherokee #F5C484

Tints of Cherokee #F5C484

Color information

#F5C484 (or 0xF5C484) is unknown color: approx Cherokee. HEX triplet: F5, C4 and 84. RGB value is (245,196,132). Sum of RGB (Red+Green+Blue) = 245+196+132=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C484 is #0A3B7B. Grayscale: #CBCBCB. Windows color (decimal): -670588 or 8701173. OLE color: 8701173.

HSL color Cylindrical-coordinate representation of color #F5C484: hue angle of 33.98º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5C484 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245196132-
CMYK00.20.460.04
HSL33.98º84.96%73.92%-
HSV(B)33.98º46.12%96.08%-
XYZ61.5660.5630.27-
YUV203.3687.73157.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=42.76%
G=34.21%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519613200.20.460.0433.9884.9673.92
HexF5C4840142E422554a
Octal36530420402456442125112
Binary11110101110001001000010001010010111010010001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C484; }

 p { color: rgb(245,196,132); }

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

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

 a { background-color: rgb(245,196,132); }

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

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

 span { border-color: rgb(245,196,132); }

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