Shades of Sunshade #FFA546
Tints of Sunshade #FFA546
RGB
CMYK
RGB Variations
Color information
#FFA546 (or 0xFFA546) is known color: Sunshade. HEX triplet: FF, A5 and 46. RGB value is (255,165,70). Sum of RGB (Red+Green+Blue) = 255+165+70=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA546 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA546 is #005AB9. Grayscale: #B5B5B5. Windows color (decimal): -23226 or 4630015. OLE color: 4630015.
HSL color Cylindrical-coordinate representation of color #FFA546: hue angle of 30.81º 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 #FFA546 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 70 | - |
| CMYK | 0 | 0.35 | 0.73 | 0 |
| HSL | 30.81º | 1% | 0.64% | - |
| HSV(B) | 30.81º | 0.73% | 1% | - |
| XYZ | 55.8 | 48.61 | 12.24 | - |
| YUV | 181.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 70 | 0 | 0.35 | 0.73 | 0 | 30.81 | 1 | 0.64 |
| Hex | FF | A5 | 46 | 0 | 23 | 49 | 0 | 1F | 64 | 40 |
| Octal | 377 | 245 | 106 | 0 | 43 | 111 | 0 | 37 | 144 | 100 |
| Binary | 11111111 | 10100101 | 1000110 | 0 | 100011 | 1001001 | 0 | 11111 | 1100100 | 1000000 |
Color Harmonies of #FFA546
Complementary color
Monochromatic Colors of #FFA546
Black with #FFA546
Text Example
Text Example
White with #FFA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA546; }
p { color: rgb(255,165,70); }
H1.HeaderClassName
{
color: #FFA546;
}
.AnyTagClassName
{
color: #FFA546;
}
</style>
background-color css
<style>
a { background-color: #FFA546; }
a { background-color: rgb(255,165,70); }
div.DivClassName
{
background-color: #FFA546;
}
.BgClassName
{
background-color: #FFA546;
}
</style>
border-color css
<style>
span { border-color: #FFA546; }
span { border-color: rgb(255,165,70); }
td.TdClassName
{
border-color: #FFA546;
}
.TagClassName
{
border-color: #FFA546;
}
</style>