Shades of Outrageous Orange #F4501E
Tints of Outrageous Orange #F4501E
RGB
CMYK
RGB Variations
Color information
#F4501E (or 0xF4501E) is known color: Outrageous Orange. HEX triplet: F4, 50 and 1E. RGB value is (244,80,30). Sum of RGB (Red+Green+Blue) = 244+80+30=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4501E is #0BAFE1. Grayscale: #7B7B7B. Windows color (decimal): -765922 or 1986804. OLE color: 1986804.
HSL color Cylindrical-coordinate representation of color #F4501E: hue angle of 14.02º 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 #F4501E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.04 |
| HSL | 14.02º | 0.91% | 0.54% | - |
| HSV(B) | 14.02º | 0.88% | 0.96% | - |
| XYZ | 40.41 | 25.06 | 3.94 | - |
| YUV | 123.34 | 75.33 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 30 | 0 | 0.67 | 0.88 | 0.04 | 14.02 | 0.91 | 0.54 |
| Hex | F4 | 50 | 1E | 0 | 43 | 58 | 4 | E | 5B | 36 |
| Octal | 364 | 120 | 36 | 0 | 103 | 130 | 4 | 16 | 133 | 66 |
| Binary | 11110100 | 1010000 | 11110 | 0 | 1000011 | 1011000 | 100 | 1110 | 1011011 | 110110 |
Color Harmonies of #F4501E
Complementary color
Monochromatic Colors of #F4501E
Black with #F4501E
Text Example
Text Example
White with #F4501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4501E; }
p { color: rgb(244,80,30); }
H1.HeaderClassName
{
color: #F4501E;
}
.AnyTagClassName
{
color: #F4501E;
}
</style>
background-color css
<style>
a { background-color: #F4501E; }
a { background-color: rgb(244,80,30); }
div.DivClassName
{
background-color: #F4501E;
}
.BgClassName
{
background-color: #F4501E;
}
</style>
border-color css
<style>
span { border-color: #F4501E; }
span { border-color: rgb(244,80,30); }
td.TdClassName
{
border-color: #F4501E;
}
.TagClassName
{
border-color: #F4501E;
}
</style>