Shades of Sunshade #FFA046
Tints of Sunshade #FFA046
RGB
CMYK
RGB Variations
Color information
#FFA046 (or 0xFFA046) is known color: Sunshade. HEX triplet: FF, A0 and 46. RGB value is (255,160,70). Sum of RGB (Red+Green+Blue) = 255+160+70=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA046 is #005FB9. Grayscale: #B2B2B2. Windows color (decimal): -24506 or 4628735. OLE color: 4628735.
HSL color Cylindrical-coordinate representation of color #FFA046: hue angle of 29.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFA046 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 70 | - |
| CMYK | 0 | 0.37 | 0.73 | 0 |
| HSL | 29.19º | 1% | 0.64% | - |
| HSV(B) | 29.19º | 0.73% | 1% | - |
| XYZ | 54.92 | 46.84 | 11.94 | - |
| YUV | 178.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 70 | 0 | 0.37 | 0.73 | 0 | 29.19 | 1 | 0.64 |
| Hex | FF | A0 | 46 | 0 | 25 | 49 | 0 | 1D | 64 | 40 |
| Octal | 377 | 240 | 106 | 0 | 45 | 111 | 0 | 35 | 144 | 100 |
| Binary | 11111111 | 10100000 | 1000110 | 0 | 100101 | 1001001 | 0 | 11101 | 1100100 | 1000000 |
Color Harmonies of #FFA046
Complementary color
Monochromatic Colors of #FFA046
Black with #FFA046
Text Example
Text Example
White with #FFA046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA046; }
p { color: rgb(255,160,70); }
H1.HeaderClassName
{
color: #FFA046;
}
.AnyTagClassName
{
color: #FFA046;
}
</style>
background-color css
<style>
a { background-color: #FFA046; }
a { background-color: rgb(255,160,70); }
div.DivClassName
{
background-color: #FFA046;
}
.BgClassName
{
background-color: #FFA046;
}
</style>
border-color css
<style>
span { border-color: #FFA046; }
span { border-color: rgb(255,160,70); }
td.TdClassName
{
border-color: #FFA046;
}
.TagClassName
{
border-color: #FFA046;
}
</style>