Shades of Outrageous Orange #F05924
Tints of Outrageous Orange #F05924
RGB
CMYK
RGB Variations
Color information
#F05924 (or 0xF05924) is known color: Outrageous Orange. HEX triplet: F0, 59 and 24. RGB value is (240,89,36). Sum of RGB (Red+Green+Blue) = 240+89+36=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F05924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05924 is #0FA6DB. Grayscale: #808080. Windows color (decimal): -1025756 or 2382320. OLE color: 2382320.
HSL color Cylindrical-coordinate representation of color #F05924: hue angle of 15.59º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F05924 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 36 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.06 |
| HSL | 15.59º | 0.87% | 0.54% | - |
| HSV(B) | 15.59º | 0.85% | 0.94% | - |
| XYZ | 39.83 | 25.8 | 4.55 | - |
| YUV | 128.11 | 76.03 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 36 | 0 | 0.63 | 0.85 | 0.06 | 15.59 | 0.87 | 0.54 |
| Hex | F0 | 59 | 24 | 0 | 3F | 55 | 6 | 10 | 57 | 36 |
| Octal | 360 | 131 | 44 | 0 | 77 | 125 | 6 | 20 | 127 | 66 |
| Binary | 11110000 | 1011001 | 100100 | 0 | 111111 | 1010101 | 110 | 10000 | 1010111 | 110110 |
Color Harmonies of #F05924
Complementary color
Monochromatic Colors of #F05924
Black with #F05924
Text Example
Text Example
White with #F05924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05924; }
p { color: rgb(240,89,36); }
H1.HeaderClassName
{
color: #F05924;
}
.AnyTagClassName
{
color: #F05924;
}
</style>
background-color css
<style>
a { background-color: #F05924; }
a { background-color: rgb(240,89,36); }
div.DivClassName
{
background-color: #F05924;
}
.BgClassName
{
background-color: #F05924;
}
</style>
border-color css
<style>
span { border-color: #F05924; }
span { border-color: rgb(240,89,36); }
td.TdClassName
{
border-color: #F05924;
}
.TagClassName
{
border-color: #F05924;
}
</style>