Shades of Sunshade #FFA048
Tints of Sunshade #FFA048
RGB
CMYK
RGB Variations
Color information
#FFA048 (or 0xFFA048) is known color: Sunshade. HEX triplet: FF, A0 and 48. RGB value is (255,160,72). Sum of RGB (Red+Green+Blue) = 255+160+72=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA048 is #005FB7. Grayscale: #B2B2B2. Windows color (decimal): -24504 or 4759807. OLE color: 4759807.
HSL color Cylindrical-coordinate representation of color #FFA048: hue angle of 28.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFA048 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 72 | - |
| CMYK | 0 | 0.37 | 0.72 | 0 |
| HSL | 28.85º | 1% | 0.64% | - |
| HSV(B) | 28.85º | 0.72% | 1% | - |
| XYZ | 54.98 | 46.87 | 12.28 | - |
| YUV | 178.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 72 | 0 | 0.37 | 0.72 | 0 | 28.85 | 1 | 0.64 |
| Hex | FF | A0 | 48 | 0 | 25 | 48 | 0 | 1D | 64 | 40 |
| Octal | 377 | 240 | 110 | 0 | 45 | 110 | 0 | 35 | 144 | 100 |
| Binary | 11111111 | 10100000 | 1001000 | 0 | 100101 | 1001000 | 0 | 11101 | 1100100 | 1000000 |
Color Harmonies of #FFA048
Complementary color
Monochromatic Colors of #FFA048
Black with #FFA048
Text Example
Text Example
White with #FFA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA048; }
p { color: rgb(255,160,72); }
H1.HeaderClassName
{
color: #FFA048;
}
.AnyTagClassName
{
color: #FFA048;
}
</style>
background-color css
<style>
a { background-color: #FFA048; }
a { background-color: rgb(255,160,72); }
div.DivClassName
{
background-color: #FFA048;
}
.BgClassName
{
background-color: #FFA048;
}
</style>
border-color css
<style>
span { border-color: #FFA048; }
span { border-color: rgb(255,160,72); }
td.TdClassName
{
border-color: #FFA048;
}
.TagClassName
{
border-color: #FFA048;
}
</style>