Shades of Sunshade #FFA548
Tints of Sunshade #FFA548
RGB
CMYK
RGB Variations
Color information
#FFA548 (or 0xFFA548) is known color: Sunshade. HEX triplet: FF, A5 and 48. RGB value is (255,165,72). Sum of RGB (Red+Green+Blue) = 255+165+72=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA548 is #005AB7. Grayscale: #B5B5B5. Windows color (decimal): -23224 or 4761087. OLE color: 4761087.
HSL color Cylindrical-coordinate representation of color #FFA548: hue angle of 30.49º 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 #FFA548 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 72 | - |
| CMYK | 0 | 0.35 | 0.72 | 0 |
| HSL | 30.49º | 1% | 0.64% | - |
| HSV(B) | 30.49º | 0.72% | 1% | - |
| XYZ | 55.86 | 48.64 | 12.57 | - |
| YUV | 181.31 | 66.32 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 72 | 0 | 0.35 | 0.72 | 0 | 30.49 | 1 | 0.64 |
| Hex | FF | A5 | 48 | 0 | 23 | 48 | 0 | 1E | 64 | 40 |
| Octal | 377 | 245 | 110 | 0 | 43 | 110 | 0 | 36 | 144 | 100 |
| Binary | 11111111 | 10100101 | 1001000 | 0 | 100011 | 1001000 | 0 | 11110 | 1100100 | 1000000 |
Color Harmonies of #FFA548
Complementary color
Monochromatic Colors of #FFA548
Black with #FFA548
Text Example
Text Example
White with #FFA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA548; }
p { color: rgb(255,165,72); }
H1.HeaderClassName
{
color: #FFA548;
}
.AnyTagClassName
{
color: #FFA548;
}
</style>
background-color css
<style>
a { background-color: #FFA548; }
a { background-color: rgb(255,165,72); }
div.DivClassName
{
background-color: #FFA548;
}
.BgClassName
{
background-color: #FFA548;
}
</style>
border-color css
<style>
span { border-color: #FFA548; }
span { border-color: rgb(255,165,72); }
td.TdClassName
{
border-color: #FFA548;
}
.TagClassName
{
border-color: #FFA548;
}
</style>