Shades of Outrageous Orange #F05636
Tints of Outrageous Orange #F05636
RGB
CMYK
RGB Variations
Color information
#F05636 (or 0xF05636) is known color: Outrageous Orange. HEX triplet: F0, 56 and 36. RGB value is (240,86,54). Sum of RGB (Red+Green+Blue) = 240+86+54=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F05636 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05636 is #0FA9C9. Grayscale: #808080. Windows color (decimal): -1026506 or 3561200. OLE color: 3561200.
HSL color Cylindrical-coordinate representation of color #F05636: hue angle of 10.32º 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 #F05636 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 54 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.06 |
| HSL | 10.32º | 0.86% | 0.58% | - |
| HSV(B) | 10.32º | 0.78% | 0.94% | - |
| XYZ | 39.93 | 25.45 | 6.3 | - |
| YUV | 128.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 54 | 0 | 0.64 | 0.78 | 0.06 | 10.32 | 0.86 | 0.58 |
| Hex | F0 | 56 | 36 | 0 | 40 | 4E | 6 | A | 56 | 3A |
| Octal | 360 | 126 | 66 | 0 | 100 | 116 | 6 | 12 | 126 | 72 |
| Binary | 11110000 | 1010110 | 110110 | 0 | 1000000 | 1001110 | 110 | 1010 | 1010110 | 111010 |
Color Harmonies of #F05636
Complementary color
Monochromatic Colors of #F05636
Black with #F05636
Text Example
Text Example
White with #F05636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05636; }
p { color: rgb(240,86,54); }
H1.HeaderClassName
{
color: #F05636;
}
.AnyTagClassName
{
color: #F05636;
}
</style>
background-color css
<style>
a { background-color: #F05636; }
a { background-color: rgb(240,86,54); }
div.DivClassName
{
background-color: #F05636;
}
.BgClassName
{
background-color: #F05636;
}
</style>
border-color css
<style>
span { border-color: #F05636; }
span { border-color: rgb(240,86,54); }
td.TdClassName
{
border-color: #F05636;
}
.TagClassName
{
border-color: #F05636;
}
</style>