#F5A042

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

Shades of Sunshade #F5A042

Tints of Sunshade #F5A042

Color information

#F5A042 (or 0xF5A042) is unknown color: approx Sunshade. HEX triplet: F5, A0 and 42. RGB value is (245,160,66). Sum of RGB (Red+Green+Blue) = 245+160+66=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A042 is #0A5FBD. Grayscale: #AFAFAF. Windows color (decimal): -679870 or 4366581. OLE color: 4366581.

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

Color convert

RGB24516066-
CMYK00.350.730.04
HSL31.51º89.95%60.98%-
HSV(B)31.51º73.06%96.08%-
XYZ51.2144.9511.13-
YUV174.766.66178.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.02%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 66 (26.17% from 255) = 14.01%
R=52.02%
G=33.97%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451606600.350.730.0431.5189.9560.98
HexF5A042023494205a3d
Octal36524010204311144013275
Binary11110101101000001000010010001110010011001000001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A042; }

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

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

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

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

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

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

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

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