Shades of Outrageous Orange #F45128
Tints of Outrageous Orange #F45128
RGB
CMYK
RGB Variations
Color information
#F45128 (or 0xF45128) is known color: Outrageous Orange. HEX triplet: F4, 51 and 28. RGB value is (244,81,40). Sum of RGB (Red+Green+Blue) = 244+81+40=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F45128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45128 is #0BAED7. Grayscale: #7D7D7D. Windows color (decimal): -765656 or 2642420. OLE color: 2642420.
HSL color Cylindrical-coordinate representation of color #F45128: hue angle of 12.06º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F45128 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 40 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.04 |
| HSL | 12.06º | 0.9% | 0.56% | - |
| HSV(B) | 12.06º | 0.84% | 0.96% | - |
| XYZ | 40.63 | 25.27 | 4.74 | - |
| YUV | 125.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 40 | 0 | 0.67 | 0.84 | 0.04 | 12.06 | 0.9 | 0.56 |
| Hex | F4 | 51 | 28 | 0 | 43 | 54 | 4 | C | 5A | 38 |
| Octal | 364 | 121 | 50 | 0 | 103 | 124 | 4 | 14 | 132 | 70 |
| Binary | 11110100 | 1010001 | 101000 | 0 | 1000011 | 1010100 | 100 | 1100 | 1011010 | 111000 |
Color Harmonies of #F45128
Complementary color
Monochromatic Colors of #F45128
Black with #F45128
Text Example
Text Example
White with #F45128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45128; }
p { color: rgb(244,81,40); }
H1.HeaderClassName
{
color: #F45128;
}
.AnyTagClassName
{
color: #F45128;
}
</style>
background-color css
<style>
a { background-color: #F45128; }
a { background-color: rgb(244,81,40); }
div.DivClassName
{
background-color: #F45128;
}
.BgClassName
{
background-color: #F45128;
}
</style>
border-color css
<style>
span { border-color: #F45128; }
span { border-color: rgb(244,81,40); }
td.TdClassName
{
border-color: #F45128;
}
.TagClassName
{
border-color: #F45128;
}
</style>