Shades of Outrageous Orange #F45131
Tints of Outrageous Orange #F45131
RGB
CMYK
RGB Variations
Color information
#F45131 (or 0xF45131) is known color: Outrageous Orange. HEX triplet: F4, 51 and 31. RGB value is (244,81,49). Sum of RGB (Red+Green+Blue) = 244+81+49=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F45131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45131 is #0BAECE. Grayscale: #7E7E7E. Windows color (decimal): -765647 or 3232244. OLE color: 3232244.
HSL color Cylindrical-coordinate representation of color #F45131: hue angle of 9.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F45131 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 49 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.04 |
| HSL | 9.85º | 0.9% | 0.57% | - |
| HSV(B) | 9.85º | 0.8% | 0.96% | - |
| XYZ | 40.81 | 25.34 | 5.65 | - |
| YUV | 126.09 | 84.5 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 49 | 0 | 0.67 | 0.80 | 0.04 | 9.85 | 0.9 | 0.57 |
| Hex | F4 | 51 | 31 | 0 | 43 | 50 | 4 | A | 5A | 39 |
| Octal | 364 | 121 | 61 | 0 | 103 | 120 | 4 | 12 | 132 | 71 |
| Binary | 11110100 | 1010001 | 110001 | 0 | 1000011 | 1010000 | 100 | 1010 | 1011010 | 111001 |
Color Harmonies of #F45131
Complementary color
Monochromatic Colors of #F45131
Black with #F45131
Text Example
Text Example
White with #F45131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45131; }
p { color: rgb(244,81,49); }
H1.HeaderClassName
{
color: #F45131;
}
.AnyTagClassName
{
color: #F45131;
}
</style>
background-color css
<style>
a { background-color: #F45131; }
a { background-color: rgb(244,81,49); }
div.DivClassName
{
background-color: #F45131;
}
.BgClassName
{
background-color: #F45131;
}
</style>
border-color css
<style>
span { border-color: #F45131; }
span { border-color: rgb(244,81,49); }
td.TdClassName
{
border-color: #F45131;
}
.TagClassName
{
border-color: #F45131;
}
</style>