Shades of Outrageous Orange #F05736
Tints of Outrageous Orange #F05736
RGB
CMYK
RGB Variations
Color information
#F05736 (or 0xF05736) is known color: Outrageous Orange. HEX triplet: F0, 57 and 36. RGB value is (240,87,54). Sum of RGB (Red+Green+Blue) = 240+87+54=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F05736 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05736 is #0FA8C9. Grayscale: #818181. Windows color (decimal): -1026250 or 3561456. OLE color: 3561456.
HSL color Cylindrical-coordinate representation of color #F05736: hue angle of 10.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F05736 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 54 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.06 |
| HSL | 10.65º | 0.86% | 0.58% | - |
| HSV(B) | 10.65º | 0.78% | 0.94% | - |
| XYZ | 40.01 | 25.61 | 6.32 | - |
| YUV | 128.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 54 | 0 | 0.64 | 0.78 | 0.06 | 10.65 | 0.86 | 0.58 |
| Hex | F0 | 57 | 36 | 0 | 40 | 4E | 6 | B | 56 | 3A |
| Octal | 360 | 127 | 66 | 0 | 100 | 116 | 6 | 13 | 126 | 72 |
| Binary | 11110000 | 1010111 | 110110 | 0 | 1000000 | 1001110 | 110 | 1011 | 1010110 | 111010 |
Color Harmonies of #F05736
Complementary color
Monochromatic Colors of #F05736
Black with #F05736
Text Example
Text Example
White with #F05736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05736; }
p { color: rgb(240,87,54); }
H1.HeaderClassName
{
color: #F05736;
}
.AnyTagClassName
{
color: #F05736;
}
</style>
background-color css
<style>
a { background-color: #F05736; }
a { background-color: rgb(240,87,54); }
div.DivClassName
{
background-color: #F05736;
}
.BgClassName
{
background-color: #F05736;
}
</style>
border-color css
<style>
span { border-color: #F05736; }
span { border-color: rgb(240,87,54); }
td.TdClassName
{
border-color: #F05736;
}
.TagClassName
{
border-color: #F05736;
}
</style>