Shades of Outrageous Orange #F05921
Tints of Outrageous Orange #F05921
RGB
CMYK
RGB Variations
Color information
#F05921 (or 0xF05921) is known color: Outrageous Orange. HEX triplet: F0, 59 and 21. RGB value is (240,89,33). Sum of RGB (Red+Green+Blue) = 240+89+33=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F05921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05921 is #0FA6DE. Grayscale: #808080. Windows color (decimal): -1025759 or 2185712. OLE color: 2185712.
HSL color Cylindrical-coordinate representation of color #F05921: hue angle of 16.23º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F05921 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 33 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.06 |
| HSL | 16.23º | 0.87% | 0.54% | - |
| HSV(B) | 16.23º | 0.86% | 0.94% | - |
| XYZ | 39.78 | 25.78 | 4.32 | - |
| YUV | 127.77 | 74.53 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 33 | 0 | 0.63 | 0.86 | 0.06 | 16.23 | 0.87 | 0.54 |
| Hex | F0 | 59 | 21 | 0 | 3F | 56 | 6 | 10 | 57 | 36 |
| Octal | 360 | 131 | 41 | 0 | 77 | 126 | 6 | 20 | 127 | 66 |
| Binary | 11110000 | 1011001 | 100001 | 0 | 111111 | 1010110 | 110 | 10000 | 1010111 | 110110 |
Color Harmonies of #F05921
Complementary color
Monochromatic Colors of #F05921
Black with #F05921
Text Example
Text Example
White with #F05921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05921; }
p { color: rgb(240,89,33); }
H1.HeaderClassName
{
color: #F05921;
}
.AnyTagClassName
{
color: #F05921;
}
</style>
background-color css
<style>
a { background-color: #F05921; }
a { background-color: rgb(240,89,33); }
div.DivClassName
{
background-color: #F05921;
}
.BgClassName
{
background-color: #F05921;
}
</style>
border-color css
<style>
span { border-color: #F05921; }
span { border-color: rgb(240,89,33); }
td.TdClassName
{
border-color: #F05921;
}
.TagClassName
{
border-color: #F05921;
}
</style>