Shades of Outrageous Orange #F25132
Tints of Outrageous Orange #F25132
RGB
CMYK
RGB Variations
Color information
#F25132 (or 0xF25132) is known color: Outrageous Orange. HEX triplet: F2, 51 and 32. RGB value is (242,81,50). Sum of RGB (Red+Green+Blue) = 242+81+50=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F25132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25132 is #0DAECD. Grayscale: #7D7D7D. Windows color (decimal): -896718 or 3297778. OLE color: 3297778.
HSL color Cylindrical-coordinate representation of color #F25132: hue angle of 9.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F25132 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 50 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.05 |
| HSL | 9.69º | 0.88% | 0.57% | - |
| HSV(B) | 9.69º | 0.79% | 0.95% | - |
| XYZ | 40.14 | 24.99 | 5.73 | - |
| YUV | 125.61 | 85.34 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 50 | 0 | 0.67 | 0.79 | 0.05 | 9.69 | 0.88 | 0.57 |
| Hex | F2 | 51 | 32 | 0 | 43 | 4F | 5 | A | 58 | 39 |
| Octal | 362 | 121 | 62 | 0 | 103 | 117 | 5 | 12 | 130 | 71 |
| Binary | 11110010 | 1010001 | 110010 | 0 | 1000011 | 1001111 | 101 | 1010 | 1011000 | 111001 |
Color Harmonies of #F25132
Complementary color
Monochromatic Colors of #F25132
Black with #F25132
Text Example
Text Example
White with #F25132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25132; }
p { color: rgb(242,81,50); }
H1.HeaderClassName
{
color: #F25132;
}
.AnyTagClassName
{
color: #F25132;
}
</style>
background-color css
<style>
a { background-color: #F25132; }
a { background-color: rgb(242,81,50); }
div.DivClassName
{
background-color: #F25132;
}
.BgClassName
{
background-color: #F25132;
}
</style>
border-color css
<style>
span { border-color: #F25132; }
span { border-color: rgb(242,81,50); }
td.TdClassName
{
border-color: #F25132;
}
.TagClassName
{
border-color: #F25132;
}
</style>