Shades of Outrageous Orange #F45424
Tints of Outrageous Orange #F45424
RGB
CMYK
RGB Variations
Color information
#F45424 (or 0xF45424) is known color: Outrageous Orange. HEX triplet: F4, 54 and 24. RGB value is (244,84,36). Sum of RGB (Red+Green+Blue) = 244+84+36=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F45424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45424 is #0BABDB. Grayscale: #7E7E7E. Windows color (decimal): -764892 or 2381044. OLE color: 2381044.
HSL color Cylindrical-coordinate representation of color #F45424: hue angle of 13.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F45424 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 36 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.04 |
| HSL | 13.85º | 0.9% | 0.55% | - |
| HSV(B) | 13.85º | 0.85% | 0.96% | - |
| XYZ | 40.8 | 25.7 | 4.48 | - |
| YUV | 126.37 | 77.01 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 36 | 0 | 0.66 | 0.85 | 0.04 | 13.85 | 0.9 | 0.55 |
| Hex | F4 | 54 | 24 | 0 | 42 | 55 | 4 | E | 5A | 37 |
| Octal | 364 | 124 | 44 | 0 | 102 | 125 | 4 | 16 | 132 | 67 |
| Binary | 11110100 | 1010100 | 100100 | 0 | 1000010 | 1010101 | 100 | 1110 | 1011010 | 110111 |
Color Harmonies of #F45424
Complementary color
Monochromatic Colors of #F45424
Black with #F45424
Text Example
Text Example
White with #F45424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45424; }
p { color: rgb(244,84,36); }
H1.HeaderClassName
{
color: #F45424;
}
.AnyTagClassName
{
color: #F45424;
}
</style>
background-color css
<style>
a { background-color: #F45424; }
a { background-color: rgb(244,84,36); }
div.DivClassName
{
background-color: #F45424;
}
.BgClassName
{
background-color: #F45424;
}
</style>
border-color css
<style>
span { border-color: #F45424; }
span { border-color: rgb(244,84,36); }
td.TdClassName
{
border-color: #F45424;
}
.TagClassName
{
border-color: #F45424;
}
</style>