#F59F52

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

Shades of Sunshade #F59F52

Tints of Sunshade #F59F52

Color information

#F59F52 (or 0xF59F52) is unknown color: approx Sunshade. HEX triplet: F5, 9F and 52. RGB value is (245,159,82). Sum of RGB (Red+Green+Blue) = 245+159+82=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59F52 is #0A60AD. Grayscale: #B0B0B0. Windows color (decimal): -680110 or 5414901. OLE color: 5414901.

HSL color Cylindrical-coordinate representation of color #F59F52: hue angle of 28.34º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F59F52 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24515982-
CMYK00.350.670.04
HSL28.34º89.07%64.12%-
HSV(B)28.34º66.53%96.08%-
XYZ51.5844.8213.91-
YUV175.9474.99177.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.41%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 82 (32.42% from 255) = 16.87%
R=50.41%
G=32.72%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451598200.350.670.0428.3489.0764.12
HexF59F520234341c5940
Octal365237122043103434131100
Binary11110101100111111010010010001110000111001110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59F52; }

 p { color: rgb(245,159,82); }

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

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

 a { background-color: rgb(245,159,82); }

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

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

 span { border-color: rgb(245,159,82); }

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