Shades of Outrageous Orange #F25224
Tints of Outrageous Orange #F25224
RGB
CMYK
RGB Variations
Color information
#F25224 (or 0xF25224) is known color: Outrageous Orange. HEX triplet: F2, 52 and 24. RGB value is (242,82,36). Sum of RGB (Red+Green+Blue) = 242+82+36=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F25224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25224 is #0DADDB. Grayscale: #7C7C7C. Windows color (decimal): -896476 or 2380530. OLE color: 2380530.
HSL color Cylindrical-coordinate representation of color #F25224: hue angle of 13.4º 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 #F25224 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 36 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.05 |
| HSL | 13.4º | 0.89% | 0.55% | - |
| HSV(B) | 13.4º | 0.85% | 0.95% | - |
| XYZ | 39.95 | 25.04 | 4.4 | - |
| YUV | 124.6 | 78.01 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 36 | 0 | 0.66 | 0.85 | 0.05 | 13.4 | 0.89 | 0.55 |
| Hex | F2 | 52 | 24 | 0 | 42 | 55 | 5 | D | 59 | 37 |
| Octal | 362 | 122 | 44 | 0 | 102 | 125 | 5 | 15 | 131 | 67 |
| Binary | 11110010 | 1010010 | 100100 | 0 | 1000010 | 1010101 | 101 | 1101 | 1011001 | 110111 |
Color Harmonies of #F25224
Complementary color
Monochromatic Colors of #F25224
Black with #F25224
Text Example
Text Example
White with #F25224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25224; }
p { color: rgb(242,82,36); }
H1.HeaderClassName
{
color: #F25224;
}
.AnyTagClassName
{
color: #F25224;
}
</style>
background-color css
<style>
a { background-color: #F25224; }
a { background-color: rgb(242,82,36); }
div.DivClassName
{
background-color: #F25224;
}
.BgClassName
{
background-color: #F25224;
}
</style>
border-color css
<style>
span { border-color: #F25224; }
span { border-color: rgb(242,82,36); }
td.TdClassName
{
border-color: #F25224;
}
.TagClassName
{
border-color: #F25224;
}
</style>