#FFA050

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

Shades of Sunshade #FFA050

Tints of Sunshade #FFA050

Color information

#FFA050 (or 0xFFA050) is unknown color: approx Sunshade. HEX triplet: FF, A0 and 50. RGB value is (255,160,80). Sum of RGB (Red+Green+Blue) = 255+160+80=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA050 is #005FAF. Grayscale: #B3B3B3. Windows color (decimal): -24496 or 5284095. OLE color: 5284095.

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

Color convert

RGB25516080-
CMYK00.370.690
HSL27.43º100%65.69%-
HSV(B)27.43º68.63%100%-
XYZ55.2646.9813.75-
YUV179.2871.97182-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 80 (31.64% from 255) = 16.16%
R=51.52%
G=32.32%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551608000.370.69027.4310065.69
HexFFA0500254501b6442
Octal377240120045105033144102
Binary111111111010000010100000100101100010101101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA050; }

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

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

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

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

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

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

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

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