#FFA255

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

Shades of Sunshade #FFA255

Tints of Sunshade #FFA255

Color information

#FFA255 (or 0xFFA255) is unknown color: approx Sunshade. HEX triplet: FF, A2 and 55. RGB value is (255,162,85). Sum of RGB (Red+Green+Blue) = 255+162+85=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA255 is #005DAA. Grayscale: #B5B5B5. Windows color (decimal): -23979 or 5612287. OLE color: 5612287.

HSL color Cylindrical-coordinate representation of color #FFA255: hue angle of 27.18º 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 #FFA255 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB25516285-
CMYK00.360.670
HSL27.18º100%66.67%-
HSV(B)27.18º66.67%100%-
XYZ55.847.7614.87-
YUV181.0373.81180.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 85 (33.59% from 255) = 16.93%
R=50.80%
G=32.27%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551628500.360.67027.1810066.67
HexFFA2550244301b6443
Octal377242125044103033144103
Binary111111111010001010101010100100100001101101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA255; }

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

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

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

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

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

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

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

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