Shades of Sunset Orange #F95540
Tints of Sunset Orange #F95540
RGB
CMYK
RGB Variations
Color information
#F95540 (or 0xF95540) is known color: Sunset Orange. HEX triplet: F9, 55 and 40. RGB value is (249,85,64). Sum of RGB (Red+Green+Blue) = 249+85+64=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F95540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95540 is #06AABF. Grayscale: #838383. Windows color (decimal): -436928 or 4216313. OLE color: 4216313.
HSL color Cylindrical-coordinate representation of color #F95540: hue angle of 6.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F95540 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 64 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.02 |
| HSL | 6.81º | 0.94% | 0.61% | - |
| HSV(B) | 6.81º | 0.74% | 0.98% | - |
| XYZ | 43.24 | 27.01 | 7.78 | - |
| YUV | 131.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 64 | 0 | 0.66 | 0.74 | 0.02 | 6.81 | 0.94 | 0.61 |
| Hex | F9 | 55 | 40 | 0 | 42 | 4A | 2 | 7 | 5E | 3D |
| Octal | 371 | 125 | 100 | 0 | 102 | 112 | 2 | 7 | 136 | 75 |
| Binary | 11111001 | 1010101 | 1000000 | 0 | 1000010 | 1001010 | 10 | 111 | 1011110 | 111101 |
Color Harmonies of #F95540
Complementary color
Monochromatic Colors of #F95540
Black with #F95540
Text Example
Text Example
White with #F95540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95540; }
p { color: rgb(249,85,64); }
H1.HeaderClassName
{
color: #F95540;
}
.AnyTagClassName
{
color: #F95540;
}
</style>
background-color css
<style>
a { background-color: #F95540; }
a { background-color: rgb(249,85,64); }
div.DivClassName
{
background-color: #F95540;
}
.BgClassName
{
background-color: #F95540;
}
</style>
border-color css
<style>
span { border-color: #F95540; }
span { border-color: rgb(249,85,64); }
td.TdClassName
{
border-color: #F95540;
}
.TagClassName
{
border-color: #F95540;
}
</style>