#FFA042

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

Shades of Sunshade #FFA042

Tints of Sunshade #FFA042

Color information

#FFA042 (or 0xFFA042) is unknown color: approx Sunshade. HEX triplet: FF, A0 and 42. RGB value is (255,160,66). Sum of RGB (Red+Green+Blue) = 255+160+66=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA042 is #005FBD. Grayscale: #B2B2B2. Windows color (decimal): -24510 or 4366591. OLE color: 4366591.

HSL color Cylindrical-coordinate representation of color #FFA042: hue angle of 29.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFA042 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB25516066-
CMYK00.370.740
HSL29.84º100%62.94%-
HSV(B)29.84º74.12%100%-
XYZ54.7946.7911.3-
YUV177.6964.97183.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 160 (62.89% from 255) = 33.26%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=53.01%
G=33.26%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551606600.370.74029.8410062.94
HexFFA0420254A01e643f
Octal37724010204511203614477
Binary11111111101000001000010010010110010100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA042; }

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

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

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

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

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

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

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

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