Shades of Outrageous Orange #F25124
Tints of Outrageous Orange #F25124
RGB
CMYK
RGB Variations
Color information
#F25124 (or 0xF25124) is known color: Outrageous Orange. HEX triplet: F2, 51 and 24. RGB value is (242,81,36). Sum of RGB (Red+Green+Blue) = 242+81+36=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F25124 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25124 is #0DAEDB. Grayscale: #7C7C7C. Windows color (decimal): -896732 or 2380274. OLE color: 2380274.
HSL color Cylindrical-coordinate representation of color #F25124: hue angle of 13.11º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F25124 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 36 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.05 |
| HSL | 13.11º | 0.89% | 0.55% | - |
| HSV(B) | 13.11º | 0.85% | 0.95% | - |
| XYZ | 39.88 | 24.89 | 4.37 | - |
| YUV | 124.01 | 78.34 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 36 | 0 | 0.67 | 0.85 | 0.05 | 13.11 | 0.89 | 0.55 |
| Hex | F2 | 51 | 24 | 0 | 43 | 55 | 5 | D | 59 | 37 |
| Octal | 362 | 121 | 44 | 0 | 103 | 125 | 5 | 15 | 131 | 67 |
| Binary | 11110010 | 1010001 | 100100 | 0 | 1000011 | 1010101 | 101 | 1101 | 1011001 | 110111 |
Color Harmonies of #F25124
Complementary color
Monochromatic Colors of #F25124
Black with #F25124
Text Example
Text Example
White with #F25124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25124; }
p { color: rgb(242,81,36); }
H1.HeaderClassName
{
color: #F25124;
}
.AnyTagClassName
{
color: #F25124;
}
</style>
background-color css
<style>
a { background-color: #F25124; }
a { background-color: rgb(242,81,36); }
div.DivClassName
{
background-color: #F25124;
}
.BgClassName
{
background-color: #F25124;
}
</style>
border-color css
<style>
span { border-color: #F25124; }
span { border-color: rgb(242,81,36); }
td.TdClassName
{
border-color: #F25124;
}
.TagClassName
{
border-color: #F25124;
}
</style>