#F5C58A

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

Shades of Cherokee #F5C58A

Tints of Cherokee #F5C58A

Color information

#F5C58A (or 0xF5C58A) is unknown color: approx Cherokee. HEX triplet: F5, C5 and 8A. RGB value is (245,197,138). Sum of RGB (Red+Green+Blue) = 245+197+138=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C58A is #0A3A75. Grayscale: #CCCCCC. Windows color (decimal): -670326 or 9094645. OLE color: 9094645.

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

Color convert

RGB245197138-
CMYK00.200.440.04
HSL33.08º84.25%75.1%-
HSV(B)33.08º43.67%96.08%-
XYZ62.2161.1832.57-
YUV204.6390.4156.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 197 (77.34% from 255) = 33.97%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=42.24%
G=33.97%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519713800.200.440.0433.0884.2575.1
HexF5C58A0142C421544b
Octal36530521202454441124113
Binary11110101110001011000101001010010110010010000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C58A; }

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

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

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

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

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

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

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

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