#FFA04A

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

Shades of Sunshade #FFA04A

Tints of Sunshade #FFA04A

Color information

#FFA04A (or 0xFFA04A) is unknown color: approx Sunshade. HEX triplet: FF, A0 and 4A. RGB value is (255,160,74). Sum of RGB (Red+Green+Blue) = 255+160+74=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA04A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA04A is #005FB5. Grayscale: #B3B3B3. Windows color (decimal): -24502 or 4890879. OLE color: 4890879.

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

Color convert

RGB25516074-
CMYK00.370.710
HSL28.51º100%64.51%-
HSV(B)28.51º70.98%100%-
XYZ55.0546.912.63-
YUV178.668.97182.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 160 (62.89% from 255) = 32.72%
BLUE value IS 74 (29.30% from 255) = 15.13%
R=52.15%
G=32.72%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551607400.370.71028.5110064.51
HexFFA04A0254701d6441
Octal377240112045107035144101
Binary111111111010000010010100100101100011101110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA04A; }

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

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

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

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

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

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

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

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