Shades of Outrageous Orange #F4512D
Tints of Outrageous Orange #F4512D
RGB
CMYK
RGB Variations
Color information
#F4512D (or 0xF4512D) is known color: Outrageous Orange. HEX triplet: F4, 51 and 2D. RGB value is (244,81,45). Sum of RGB (Red+Green+Blue) = 244+81+45=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F4512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4512D is #0BAED2. Grayscale: #7D7D7D. Windows color (decimal): -765651 or 2970100. OLE color: 2970100.
HSL color Cylindrical-coordinate representation of color #F4512D: hue angle of 10.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4512D is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 45 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.04 |
| HSL | 10.85º | 0.9% | 0.57% | - |
| HSV(B) | 10.85º | 0.82% | 0.96% | - |
| XYZ | 40.72 | 25.31 | 5.22 | - |
| YUV | 125.63 | 82.5 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 45 | 0 | 0.67 | 0.82 | 0.04 | 10.85 | 0.9 | 0.57 |
| Hex | F4 | 51 | 2D | 0 | 43 | 52 | 4 | B | 5A | 39 |
| Octal | 364 | 121 | 55 | 0 | 103 | 122 | 4 | 13 | 132 | 71 |
| Binary | 11110100 | 1010001 | 101101 | 0 | 1000011 | 1010010 | 100 | 1011 | 1011010 | 111001 |
Color Harmonies of #F4512D
Complementary color
Monochromatic Colors of #F4512D
Black with #F4512D
Text Example
Text Example
White with #F4512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4512D; }
p { color: rgb(244,81,45); }
H1.HeaderClassName
{
color: #F4512D;
}
.AnyTagClassName
{
color: #F4512D;
}
</style>
background-color css
<style>
a { background-color: #F4512D; }
a { background-color: rgb(244,81,45); }
div.DivClassName
{
background-color: #F4512D;
}
.BgClassName
{
background-color: #F4512D;
}
</style>
border-color css
<style>
span { border-color: #F4512D; }
span { border-color: rgb(244,81,45); }
td.TdClassName
{
border-color: #F4512D;
}
.TagClassName
{
border-color: #F4512D;
}
</style>