#FFA040

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

Shades of Sunshade #FFA040

Tints of Sunshade #FFA040

Color information

#FFA040 (or 0xFFA040) is unknown color: approx Sunshade. HEX triplet: FF, A0 and 40. RGB value is (255,160,64). Sum of RGB (Red+Green+Blue) = 255+160+64=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA040 is #005FBF. Grayscale: #B1B1B1. Windows color (decimal): -24512 or 4235519. OLE color: 4235519.

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

Color convert

RGB25516064-
CMYK00.370.750
HSL30.16º100%62.55%-
HSV(B)30.16º74.9%100%-
XYZ54.7446.7710.99-
YUV177.4663.97183.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.24%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 64 (25.39% from 255) = 13.36%
R=53.24%
G=33.40%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551606400.370.75030.1610062.55
HexFFA0400254B01e643f
Octal37724010004511303614477
Binary11111111101000001000000010010110010110111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA040; }

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

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

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

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

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

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

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

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