Shades of Sunset Orange #F95551
Tints of Sunset Orange #F95551
RGB
CMYK
RGB Variations
Color information
#F95551 (or 0xF95551) is known color: Sunset Orange. HEX triplet: F9, 55 and 51. RGB value is (249,85,81). Sum of RGB (Red+Green+Blue) = 249+85+81=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F95551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95551 is #06AAAE. Grayscale: #858585. Windows color (decimal): -436911 or 5330425. OLE color: 5330425.
HSL color Cylindrical-coordinate representation of color #F95551: hue angle of 1.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95551 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 81 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.02 |
| HSL | 1.43º | 0.93% | 0.65% | - |
| HSV(B) | 1.43º | 0.67% | 0.98% | - |
| XYZ | 43.8 | 27.23 | 10.73 | - |
| YUV | 133.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 81 | 0 | 0.66 | 0.67 | 0.02 | 1.43 | 0.93 | 0.65 |
| Hex | F9 | 55 | 51 | 0 | 42 | 43 | 2 | 1 | 5D | 41 |
| Octal | 371 | 125 | 121 | 0 | 102 | 103 | 2 | 1 | 135 | 101 |
| Binary | 11111001 | 1010101 | 1010001 | 0 | 1000010 | 1000011 | 10 | 1 | 1011101 | 1000001 |
Color Harmonies of #F95551
Complementary color
Monochromatic Colors of #F95551
Black with #F95551
Text Example
Text Example
White with #F95551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95551; }
p { color: rgb(249,85,81); }
H1.HeaderClassName
{
color: #F95551;
}
.AnyTagClassName
{
color: #F95551;
}
</style>
background-color css
<style>
a { background-color: #F95551; }
a { background-color: rgb(249,85,81); }
div.DivClassName
{
background-color: #F95551;
}
.BgClassName
{
background-color: #F95551;
}
</style>
border-color css
<style>
span { border-color: #F95551; }
span { border-color: rgb(249,85,81); }
td.TdClassName
{
border-color: #F95551;
}
.TagClassName
{
border-color: #F95551;
}
</style>