Shades of Sunshade #FF9548
Tints of Sunshade #FF9548
RGB
CMYK
RGB Variations
Color information
#FF9548 (or 0xFF9548) is known color: Sunshade. HEX triplet: FF, 95 and 48. RGB value is (255,149,72). Sum of RGB (Red+Green+Blue) = 255+149+72=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9548 is #006AB7. Grayscale: #ACACAC. Windows color (decimal): -27320 or 4756991. OLE color: 4756991.
HSL color Cylindrical-coordinate representation of color #FF9548: hue angle of 25.25º 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 #FF9548 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 72 | - |
| CMYK | 0 | 0.42 | 0.72 | 0 |
| HSL | 25.25º | 1% | 0.64% | - |
| HSV(B) | 25.25º | 0.72% | 1% | - |
| XYZ | 53.16 | 43.22 | 11.67 | - |
| YUV | 171.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 72 | 0 | 0.42 | 0.72 | 0 | 25.25 | 1 | 0.64 |
| Hex | FF | 95 | 48 | 0 | 2A | 48 | 0 | 19 | 64 | 40 |
| Octal | 377 | 225 | 110 | 0 | 52 | 110 | 0 | 31 | 144 | 100 |
| Binary | 11111111 | 10010101 | 1001000 | 0 | 101010 | 1001000 | 0 | 11001 | 1100100 | 1000000 |
Color Harmonies of #FF9548
Complementary color
Monochromatic Colors of #FF9548
Black with #FF9548
Text Example
Text Example
White with #FF9548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9548; }
p { color: rgb(255,149,72); }
H1.HeaderClassName
{
color: #FF9548;
}
.AnyTagClassName
{
color: #FF9548;
}
</style>
background-color css
<style>
a { background-color: #FF9548; }
a { background-color: rgb(255,149,72); }
div.DivClassName
{
background-color: #FF9548;
}
.BgClassName
{
background-color: #FF9548;
}
</style>
border-color css
<style>
span { border-color: #FF9548; }
span { border-color: rgb(255,149,72); }
td.TdClassName
{
border-color: #FF9548;
}
.TagClassName
{
border-color: #FF9548;
}
</style>