Shades of Sunshade #FFA050
Tints of Sunshade #FFA050
RGB
CMYK
RGB Variations
Color information
#FFA050 (or 0xFFA050) is known color: 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
| RGB | 255 | 160 | 80 | - |
| CMYK | 0 | 0.37 | 0.69 | 0 |
| HSL | 27.43º | 1% | 0.66% | - |
| HSV(B) | 27.43º | 0.69% | 1% | - |
| XYZ | 55.26 | 46.98 | 13.75 | - |
| YUV | 179.29 | 71.97 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 80 | 0 | 0.37 | 0.69 | 0 | 27.43 | 1 | 0.66 |
| Hex | FF | A0 | 50 | 0 | 25 | 45 | 0 | 1B | 64 | 42 |
| Octal | 377 | 240 | 120 | 0 | 45 | 105 | 0 | 33 | 144 | 102 |
| Binary | 11111111 | 10100000 | 1010000 | 0 | 100101 | 1000101 | 0 | 11011 | 1100100 | 1000010 |
Color Harmonies of #FFA050
Complementary color
Monochromatic Colors of #FFA050
Black with #FFA050
Text Example
Text Example
White with #FFA050
Text Example
Text Example
HTML Codes & Css Web 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>