#F5A052

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

Shades of Sunshade #F5A052

Tints of Sunshade #F5A052

Color information

#F5A052 (or 0xF5A052) is unknown color: approx Sunshade. HEX triplet: F5, A0 and 52. RGB value is (245,160,82). Sum of RGB (Red+Green+Blue) = 245+160+82=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A052 is #0A5FAD. Grayscale: #B0B0B0. Windows color (decimal): -679854 or 5415157. OLE color: 5415157.

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

Color convert

RGB24516082-
CMYK00.350.670.04
HSL28.71º89.07%64.12%-
HSV(B)28.71º66.53%96.08%-
XYZ51.7545.1613.97-
YUV176.5274.66176.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 160 (62.89% from 255) = 32.85%
BLUE value IS 82 (32.42% from 255) = 16.84%
R=50.31%
G=32.85%
B=16.84%

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
Decimal2451608200.350.670.0428.7189.0764.12
HexF5A0520234341d5940
Octal365240122043103435131100
Binary11110101101000001010010010001110000111001110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A052; }

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

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

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

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

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

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

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

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