Shades of Outrageous Orange #F45232
Tints of Outrageous Orange #F45232
RGB
CMYK
RGB Variations
Color information
#F45232 (or 0xF45232) is known color: Outrageous Orange. HEX triplet: F4, 52 and 32. RGB value is (244,82,50). Sum of RGB (Red+Green+Blue) = 244+82+50=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F45232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45232 is #0BADCD. Grayscale: #7F7F7F. Windows color (decimal): -765390 or 3298036. OLE color: 3298036.
HSL color Cylindrical-coordinate representation of color #F45232: hue angle of 9.9º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F45232 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 82 | 50 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.04 |
| HSL | 9.9º | 0.9% | 0.58% | - |
| HSV(B) | 9.9º | 0.8% | 0.96% | - |
| XYZ | 40.9 | 25.5 | 5.78 | - |
| YUV | 126.79 | 84.67 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 82 | 50 | 0 | 0.66 | 0.80 | 0.04 | 9.9 | 0.9 | 0.58 |
| Hex | F4 | 52 | 32 | 0 | 42 | 50 | 4 | A | 5A | 3A |
| Octal | 364 | 122 | 62 | 0 | 102 | 120 | 4 | 12 | 132 | 72 |
| Binary | 11110100 | 1010010 | 110010 | 0 | 1000010 | 1010000 | 100 | 1010 | 1011010 | 111010 |
Color Harmonies of #F45232
Complementary color
Monochromatic Colors of #F45232
Black with #F45232
Text Example
Text Example
White with #F45232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45232; }
p { color: rgb(244,82,50); }
H1.HeaderClassName
{
color: #F45232;
}
.AnyTagClassName
{
color: #F45232;
}
</style>
background-color css
<style>
a { background-color: #F45232; }
a { background-color: rgb(244,82,50); }
div.DivClassName
{
background-color: #F45232;
}
.BgClassName
{
background-color: #F45232;
}
</style>
border-color css
<style>
span { border-color: #F45232; }
span { border-color: rgb(244,82,50); }
td.TdClassName
{
border-color: #F45232;
}
.TagClassName
{
border-color: #F45232;
}
</style>