#F5C884

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

Shades of Cherokee #F5C884

Tints of Cherokee #F5C884

Color information

#F5C884 (or 0xF5C884) is unknown color: approx Cherokee. HEX triplet: F5, C8 and 84. RGB value is (245,200,132). Sum of RGB (Red+Green+Blue) = 245+200+132=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C884 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C884 is #0A377B. Grayscale: #CECECE. Windows color (decimal): -669564 or 8702197. OLE color: 8702197.

HSL color Cylindrical-coordinate representation of color #F5C884: hue angle of 36.11º 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 #F5C884 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245200132-
CMYK00.180.460.04
HSL36.11º84.96%73.92%-
HSV(B)36.11º46.12%96.08%-
XYZ62.4862.3930.58-
YUV205.786.41156.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=42.46%
G=34.66%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520013200.180.460.0436.1184.9673.92
HexF5C8840122E424554a
Octal36531020402256444125112
Binary11110101110010001000010001001010111010010010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C884; }

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

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

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

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

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

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

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

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