#F5C581

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

Shades of Cherokee #F5C581

Tints of Cherokee #F5C581

Color information

#F5C581 (or 0xF5C581) is unknown color: approx Cherokee. HEX triplet: F5, C5 and 81. RGB value is (245,197,129). Sum of RGB (Red+Green+Blue) = 245+197+129=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C581 is #0A3A7E. Grayscale: #CBCBCB. Windows color (decimal): -670335 or 8504821. OLE color: 8504821.

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

Color convert

RGB245197129-
CMYK00.200.470.04
HSL35.17º85.29%73.33%-
HSV(B)35.17º47.35%96.08%-
XYZ61.5860.9329.28-
YUV203.685.9157.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=42.91%
G=34.50%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519712900.200.470.0435.1785.2973.33
HexF5C5810142F4235549
Octal36530520102457443125111
Binary11110101110001011000000101010010111110010001110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C581; }

 p { color: rgb(245,197,129); }

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

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

 a { background-color: rgb(245,197,129); }

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

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

 span { border-color: rgb(245,197,129); }

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