#FFA055

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

Shades of Sunshade #FFA055

Tints of Sunshade #FFA055

Color information

#FFA055 (or 0xFFA055) is unknown color: approx Sunshade. HEX triplet: FF, A0 and 55. RGB value is (255,160,85). Sum of RGB (Red+Green+Blue) = 255+160+85=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA055 is #005FAA. Grayscale: #B4B4B4. Windows color (decimal): -24491 or 5611775. OLE color: 5611775.

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

Color convert

RGB25516085-
CMYK00.370.670
HSL26.47º100%66.67%-
HSV(B)26.47º66.67%100%-
XYZ55.4547.0614.75-
YUV179.8574.47181.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 85 (33.59% from 255) = 17%
R=51%
G=32%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551608500.370.67026.4710066.67
HexFFA0550254301a6443
Octal377240125045103032144103
Binary111111111010000010101010100101100001101101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA055; }

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

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

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

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

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

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

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

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