Shades of Outrageous Orange #F05926
Tints of Outrageous Orange #F05926
RGB
CMYK
RGB Variations
Color information
#F05926 (or 0xF05926) is known color: Outrageous Orange. HEX triplet: F0, 59 and 26. RGB value is (240,89,38). Sum of RGB (Red+Green+Blue) = 240+89+38=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F05926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05926 is #0FA6D9. Grayscale: #808080. Windows color (decimal): -1025754 or 2513392. OLE color: 2513392.
HSL color Cylindrical-coordinate representation of color #F05926: hue angle of 15.15º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F05926 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 38 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.06 |
| HSL | 15.15º | 0.87% | 0.55% | - |
| HSV(B) | 15.15º | 0.84% | 0.94% | - |
| XYZ | 39.86 | 25.81 | 4.71 | - |
| YUV | 128.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 38 | 0 | 0.63 | 0.84 | 0.06 | 15.15 | 0.87 | 0.55 |
| Hex | F0 | 59 | 26 | 0 | 3F | 54 | 6 | F | 57 | 37 |
| Octal | 360 | 131 | 46 | 0 | 77 | 124 | 6 | 17 | 127 | 67 |
| Binary | 11110000 | 1011001 | 100110 | 0 | 111111 | 1010100 | 110 | 1111 | 1010111 | 110111 |
Color Harmonies of #F05926
Complementary color
Monochromatic Colors of #F05926
Black with #F05926
Text Example
Text Example
White with #F05926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05926; }
p { color: rgb(240,89,38); }
H1.HeaderClassName
{
color: #F05926;
}
.AnyTagClassName
{
color: #F05926;
}
</style>
background-color css
<style>
a { background-color: #F05926; }
a { background-color: rgb(240,89,38); }
div.DivClassName
{
background-color: #F05926;
}
.BgClassName
{
background-color: #F05926;
}
</style>
border-color css
<style>
span { border-color: #F05926; }
span { border-color: rgb(240,89,38); }
td.TdClassName
{
border-color: #F05926;
}
.TagClassName
{
border-color: #F05926;
}
</style>