Shades of Sunset Orange #F95547
Tints of Sunset Orange #F95547
RGB
CMYK
RGB Variations
Color information
#F95547 (or 0xF95547) is known color: Sunset Orange. HEX triplet: F9, 55 and 47. RGB value is (249,85,71). Sum of RGB (Red+Green+Blue) = 249+85+71=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F95547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95547 is #06AAB8. Grayscale: #848484. Windows color (decimal): -436921 or 4675065. OLE color: 4675065.
HSL color Cylindrical-coordinate representation of color #F95547: hue angle of 4.72º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F95547 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 71 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.02 |
| HSL | 4.72º | 0.94% | 0.63% | - |
| HSV(B) | 4.72º | 0.71% | 0.98% | - |
| XYZ | 43.45 | 27.09 | 8.9 | - |
| YUV | 132.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 71 | 0 | 0.66 | 0.71 | 0.02 | 4.72 | 0.94 | 0.63 |
| Hex | F9 | 55 | 47 | 0 | 42 | 47 | 2 | 5 | 5E | 3F |
| Octal | 371 | 125 | 107 | 0 | 102 | 107 | 2 | 5 | 136 | 77 |
| Binary | 11111001 | 1010101 | 1000111 | 0 | 1000010 | 1000111 | 10 | 101 | 1011110 | 111111 |
Color Harmonies of #F95547
Complementary color
Monochromatic Colors of #F95547
Black with #F95547
Text Example
Text Example
White with #F95547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95547; }
p { color: rgb(249,85,71); }
H1.HeaderClassName
{
color: #F95547;
}
.AnyTagClassName
{
color: #F95547;
}
</style>
background-color css
<style>
a { background-color: #F95547; }
a { background-color: rgb(249,85,71); }
div.DivClassName
{
background-color: #F95547;
}
.BgClassName
{
background-color: #F95547;
}
</style>
border-color css
<style>
span { border-color: #F95547; }
span { border-color: rgb(249,85,71); }
td.TdClassName
{
border-color: #F95547;
}
.TagClassName
{
border-color: #F95547;
}
</style>