Shades of Outrageous Orange #F4512C
Tints of Outrageous Orange #F4512C
RGB
CMYK
RGB Variations
Color information
#F4512C (or 0xF4512C) is known color: Outrageous Orange. HEX triplet: F4, 51 and 2C. RGB value is (244,81,44). Sum of RGB (Red+Green+Blue) = 244+81+44=369 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.12% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 244 - color contains mainly: red. Hex color #F4512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4512C is #0BAED3. Grayscale: #7D7D7D. Windows color (decimal): -765652 or 2904564. OLE color: 2904564.
HSL color Cylindrical-coordinate representation of color #F4512C: hue angle of 11.1º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4512C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.04 |
| HSL | 11.1º | 0.9% | 0.56% | - |
| HSV(B) | 11.1º | 0.82% | 0.96% | - |
| XYZ | 40.71 | 25.3 | 5.12 | - |
| YUV | 125.52 | 82 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 44 | 0 | 0.67 | 0.82 | 0.04 | 11.1 | 0.9 | 0.56 |
| Hex | F4 | 51 | 2C | 0 | 43 | 52 | 4 | B | 5A | 38 |
| Octal | 364 | 121 | 54 | 0 | 103 | 122 | 4 | 13 | 132 | 70 |
| Binary | 11110100 | 1010001 | 101100 | 0 | 1000011 | 1010010 | 100 | 1011 | 1011010 | 111000 |
Color Harmonies of #F4512C
Complementary color
Monochromatic Colors of #F4512C
Black with #F4512C
Text Example
Text Example
White with #F4512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4512C; }
p { color: rgb(244,81,44); }
H1.HeaderClassName
{
color: #F4512C;
}
.AnyTagClassName
{
color: #F4512C;
}
</style>
background-color css
<style>
a { background-color: #F4512C; }
a { background-color: rgb(244,81,44); }
div.DivClassName
{
background-color: #F4512C;
}
.BgClassName
{
background-color: #F4512C;
}
</style>
border-color css
<style>
span { border-color: #F4512C; }
span { border-color: rgb(244,81,44); }
td.TdClassName
{
border-color: #F4512C;
}
.TagClassName
{
border-color: #F4512C;
}
</style>