Shades of Outrageous Orange #F4511E
Tints of Outrageous Orange #F4511E
RGB
CMYK
RGB Variations
Color information
#F4511E (or 0xF4511E) is known color: Outrageous Orange. HEX triplet: F4, 51 and 1E. RGB value is (244,81,30). Sum of RGB (Red+Green+Blue) = 244+81+30=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4511E is #0BAEE1. Grayscale: #7C7C7C. Windows color (decimal): -765666 or 1987060. OLE color: 1987060.
HSL color Cylindrical-coordinate representation of color #F4511E: hue angle of 14.3º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F4511E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.04 |
| HSL | 14.3º | 0.91% | 0.54% | - |
| HSV(B) | 14.3º | 0.88% | 0.96% | - |
| XYZ | 40.49 | 25.21 | 3.96 | - |
| YUV | 123.92 | 75 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 30 | 0 | 0.67 | 0.88 | 0.04 | 14.3 | 0.91 | 0.54 |
| Hex | F4 | 51 | 1E | 0 | 43 | 58 | 4 | E | 5B | 36 |
| Octal | 364 | 121 | 36 | 0 | 103 | 130 | 4 | 16 | 133 | 66 |
| Binary | 11110100 | 1010001 | 11110 | 0 | 1000011 | 1011000 | 100 | 1110 | 1011011 | 110110 |
Color Harmonies of #F4511E
Complementary color
Monochromatic Colors of #F4511E
Black with #F4511E
Text Example
Text Example
White with #F4511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4511E; }
p { color: rgb(244,81,30); }
H1.HeaderClassName
{
color: #F4511E;
}
.AnyTagClassName
{
color: #F4511E;
}
</style>
background-color css
<style>
a { background-color: #F4511E; }
a { background-color: rgb(244,81,30); }
div.DivClassName
{
background-color: #F4511E;
}
.BgClassName
{
background-color: #F4511E;
}
</style>
border-color css
<style>
span { border-color: #F4511E; }
span { border-color: rgb(244,81,30); }
td.TdClassName
{
border-color: #F4511E;
}
.TagClassName
{
border-color: #F4511E;
}
</style>