#F5C97F

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

Shades of Cherokee #F5C97F

Tints of Cherokee #F5C97F

Color information

#F5C97F (or 0xF5C97F) is unknown color: approx Cherokee. HEX triplet: F5, C9 and 7F. RGB value is (245,201,127). Sum of RGB (Red+Green+Blue) = 245+201+127=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C97F is #0A3680. Grayscale: #CECECE. Windows color (decimal): -669313 or 8374773. OLE color: 8374773.

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

Color convert

RGB245201127-
CMYK00.180.480.04
HSL37.63º85.51%72.94%-
HSV(B)37.63º48.16%96.08%-
XYZ62.3762.7228.9-
YUV205.7283.58156.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 127 (50% from 255) = 22.16%
R=42.76%
G=35.08%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520112700.180.480.0437.6385.5172.94
HexF5C97F012304265649
Octal36531117702260446126111
Binary1111010111001001111111101001011000010010011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C97F; }

 p { color: rgb(245,201,127); }

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

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

 a { background-color: rgb(245,201,127); }

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

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

 span { border-color: rgb(245,201,127); }

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