Shades of Outrageous Orange #F4512E
Tints of Outrageous Orange #F4512E
RGB
CMYK
RGB Variations
Color information
#F4512E (or 0xF4512E) is known color: Outrageous Orange. HEX triplet: F4, 51 and 2E. RGB value is (244,81,46). Sum of RGB (Red+Green+Blue) = 244+81+46=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4512E is #0BAED1. Grayscale: #7E7E7E. Windows color (decimal): -765650 or 3035636. OLE color: 3035636.
HSL color Cylindrical-coordinate representation of color #F4512E: hue angle of 10.61º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4512E is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 46 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.04 |
| HSL | 10.61º | 0.9% | 0.57% | - |
| HSV(B) | 10.61º | 0.81% | 0.96% | - |
| XYZ | 40.74 | 25.32 | 5.32 | - |
| YUV | 125.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 46 | 0 | 0.67 | 0.81 | 0.04 | 10.61 | 0.9 | 0.57 |
| Hex | F4 | 51 | 2E | 0 | 43 | 51 | 4 | B | 5A | 39 |
| Octal | 364 | 121 | 56 | 0 | 103 | 121 | 4 | 13 | 132 | 71 |
| Binary | 11110100 | 1010001 | 101110 | 0 | 1000011 | 1010001 | 100 | 1011 | 1011010 | 111001 |
Color Harmonies of #F4512E
Complementary color
Monochromatic Colors of #F4512E
Black with #F4512E
Text Example
Text Example
White with #F4512E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4512E; }
p { color: rgb(244,81,46); }
H1.HeaderClassName
{
color: #F4512E;
}
.AnyTagClassName
{
color: #F4512E;
}
</style>
background-color css
<style>
a { background-color: #F4512E; }
a { background-color: rgb(244,81,46); }
div.DivClassName
{
background-color: #F4512E;
}
.BgClassName
{
background-color: #F4512E;
}
</style>
border-color css
<style>
span { border-color: #F4512E; }
span { border-color: rgb(244,81,46); }
td.TdClassName
{
border-color: #F4512E;
}
.TagClassName
{
border-color: #F4512E;
}
</style>