Shades of Sunshade #FFA355
Tints of Sunshade #FFA355
RGB
CMYK
RGB Variations
Color information
#FFA355 (or 0xFFA355) is known color: 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
| RGB | 255 | 163 | 85 | - |
| CMYK | 0 | 0.36 | 0.67 | 0 |
| HSL | 27.53º | 1% | 0.67% | - |
| HSV(B) | 27.53º | 0.67% | 1% | - |
| XYZ | 55.98 | 48.11 | 14.93 | - |
| YUV | 181.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 85 | 0 | 0.36 | 0.67 | 0 | 27.53 | 1 | 0.67 |
| Hex | FF | A3 | 55 | 0 | 24 | 43 | 0 | 1C | 64 | 43 |
| Octal | 377 | 243 | 125 | 0 | 44 | 103 | 0 | 34 | 144 | 103 |
| Binary | 11111111 | 10100011 | 1010101 | 0 | 100100 | 1000011 | 0 | 11100 | 1100100 | 1000011 |
Color Harmonies of #FFA355
Complementary color
Monochromatic Colors of #FFA355
Black with #FFA355
Text Example
Text Example
White with #FFA355
Text Example
Text Example
HTML Codes & Css Web 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>