Shades of Outrageous Orange #F45A1E
Tints of Outrageous Orange #F45A1E
RGB
CMYK
RGB Variations
Color information
#F45A1E (or 0xF45A1E) is known color: Outrageous Orange. HEX triplet: F4, 5A and 1E. RGB value is (244,90,30). Sum of RGB (Red+Green+Blue) = 244+90+30=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A1E is #0BA5E1. Grayscale: #818181. Windows color (decimal): -763362 or 1989364. OLE color: 1989364.
HSL color Cylindrical-coordinate representation of color #F45A1E: hue angle of 16.82º 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 #F45A1E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 30 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.04 |
| HSL | 16.82º | 0.91% | 0.54% | - |
| HSV(B) | 16.82º | 0.88% | 0.96% | - |
| XYZ | 41.2 | 26.64 | 4.2 | - |
| YUV | 129.21 | 72.02 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 30 | 0 | 0.63 | 0.88 | 0.04 | 16.82 | 0.91 | 0.54 |
| Hex | F4 | 5A | 1E | 0 | 3F | 58 | 4 | 11 | 5B | 36 |
| Octal | 364 | 132 | 36 | 0 | 77 | 130 | 4 | 21 | 133 | 66 |
| Binary | 11110100 | 1011010 | 11110 | 0 | 111111 | 1011000 | 100 | 10001 | 1011011 | 110110 |
Color Harmonies of #F45A1E
Complementary color
Monochromatic Colors of #F45A1E
Black with #F45A1E
Text Example
Text Example
White with #F45A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A1E; }
p { color: rgb(244,90,30); }
H1.HeaderClassName
{
color: #F45A1E;
}
.AnyTagClassName
{
color: #F45A1E;
}
</style>
background-color css
<style>
a { background-color: #F45A1E; }
a { background-color: rgb(244,90,30); }
div.DivClassName
{
background-color: #F45A1E;
}
.BgClassName
{
background-color: #F45A1E;
}
</style>
border-color css
<style>
span { border-color: #F45A1E; }
span { border-color: rgb(244,90,30); }
td.TdClassName
{
border-color: #F45A1E;
}
.TagClassName
{
border-color: #F45A1E;
}
</style>