Shades of Outrageous Orange #F25424
Tints of Outrageous Orange #F25424
RGB
CMYK
RGB Variations
Color information
#F25424 (or 0xF25424) is known color: Outrageous Orange. HEX triplet: F2, 54 and 24. RGB value is (242,84,36). Sum of RGB (Red+Green+Blue) = 242+84+36=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F25424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25424 is #0DABDB. Grayscale: #7E7E7E. Windows color (decimal): -895964 or 2381042. OLE color: 2381042.
HSL color Cylindrical-coordinate representation of color #F25424: hue angle of 13.98º 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 #F25424 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 36 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.05 |
| HSL | 13.98º | 0.89% | 0.55% | - |
| HSV(B) | 13.98º | 0.85% | 0.95% | - |
| XYZ | 40.11 | 25.35 | 4.45 | - |
| YUV | 125.77 | 77.35 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 36 | 0 | 0.65 | 0.85 | 0.05 | 13.98 | 0.89 | 0.55 |
| Hex | F2 | 54 | 24 | 0 | 41 | 55 | 5 | E | 59 | 37 |
| Octal | 362 | 124 | 44 | 0 | 101 | 125 | 5 | 16 | 131 | 67 |
| Binary | 11110010 | 1010100 | 100100 | 0 | 1000001 | 1010101 | 101 | 1110 | 1011001 | 110111 |
Color Harmonies of #F25424
Complementary color
Monochromatic Colors of #F25424
Black with #F25424
Text Example
Text Example
White with #F25424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25424; }
p { color: rgb(242,84,36); }
H1.HeaderClassName
{
color: #F25424;
}
.AnyTagClassName
{
color: #F25424;
}
</style>
background-color css
<style>
a { background-color: #F25424; }
a { background-color: rgb(242,84,36); }
div.DivClassName
{
background-color: #F25424;
}
.BgClassName
{
background-color: #F25424;
}
</style>
border-color css
<style>
span { border-color: #F25424; }
span { border-color: rgb(242,84,36); }
td.TdClassName
{
border-color: #F25424;
}
.TagClassName
{
border-color: #F25424;
}
</style>