Shades of Outrageous Orange #F4512A
Tints of Outrageous Orange #F4512A
RGB
CMYK
RGB Variations
Color information
#F4512A (or 0xF4512A) is known color: Outrageous Orange. HEX triplet: F4, 51 and 2A. RGB value is (244,81,42). Sum of RGB (Red+Green+Blue) = 244+81+42=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F4512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4512A is #0BAED5. Grayscale: #7D7D7D. Windows color (decimal): -765654 or 2773492. OLE color: 2773492.
HSL color Cylindrical-coordinate representation of color #F4512A: hue angle of 11.58º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4512A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.58º | 0.9% | 0.56% | - |
| HSV(B) | 11.58º | 0.83% | 0.96% | - |
| XYZ | 40.67 | 25.29 | 4.93 | - |
| YUV | 125.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 42 | 0 | 0.67 | 0.83 | 0.04 | 11.58 | 0.9 | 0.56 |
| Hex | F4 | 51 | 2A | 0 | 43 | 53 | 4 | C | 5A | 38 |
| Octal | 364 | 121 | 52 | 0 | 103 | 123 | 4 | 14 | 132 | 70 |
| Binary | 11110100 | 1010001 | 101010 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011010 | 111000 |
Color Harmonies of #F4512A
Complementary color
Monochromatic Colors of #F4512A
Black with #F4512A
Text Example
Text Example
White with #F4512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4512A; }
p { color: rgb(244,81,42); }
H1.HeaderClassName
{
color: #F4512A;
}
.AnyTagClassName
{
color: #F4512A;
}
</style>
background-color css
<style>
a { background-color: #F4512A; }
a { background-color: rgb(244,81,42); }
div.DivClassName
{
background-color: #F4512A;
}
.BgClassName
{
background-color: #F4512A;
}
</style>
border-color css
<style>
span { border-color: #F4512A; }
span { border-color: rgb(244,81,42); }
td.TdClassName
{
border-color: #F4512A;
}
.TagClassName
{
border-color: #F4512A;
}
</style>