#FFA355

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

Shades of Sunshade #FFA355

Tints of Sunshade #FFA355

Color information

#FFA355 (or 0xFFA355) is unknown color: approx Sunshade. HEX triplet: FF, A3 and 55. RGB value is (255,163,85). Sum of RGB (Red+Green+Blue) = 255+163+85=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA355 is #005CAA. Grayscale: #B6B6B6. Windows color (decimal): -23723 or 5612543. OLE color: 5612543.

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

Color convert

RGB25516385-
CMYK00.360.670
HSL27.53º100%66.67%-
HSV(B)27.53º66.67%100%-
XYZ55.9848.1114.93-
YUV181.6273.48180.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 85 (33.59% from 255) = 16.90%
R=50.70%
G=32.41%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551638500.360.67027.5310066.67
HexFFA3550244301c6443
Octal377243125044103034144103
Binary111111111010001110101010100100100001101110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA355; }

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

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

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

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

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

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

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

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