Shades of Outrageous Orange #F25423
Tints of Outrageous Orange #F25423
RGB
CMYK
RGB Variations
Color information
#F25423 (or 0xF25423) is known color: Outrageous Orange. HEX triplet: F2, 54 and 23. RGB value is (242,84,35). Sum of RGB (Red+Green+Blue) = 242+84+35=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25423 is #0DABDC. Grayscale: #7E7E7E. Windows color (decimal): -895965 or 2315506. OLE color: 2315506.
HSL color Cylindrical-coordinate representation of color #F25423: hue angle of 14.2º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F25423 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 35 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.05 |
| HSL | 14.2º | 0.89% | 0.54% | - |
| HSV(B) | 14.2º | 0.86% | 0.95% | - |
| XYZ | 40.09 | 25.34 | 4.37 | - |
| YUV | 125.66 | 76.85 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 35 | 0 | 0.65 | 0.86 | 0.05 | 14.2 | 0.89 | 0.54 |
| Hex | F2 | 54 | 23 | 0 | 41 | 56 | 5 | E | 59 | 36 |
| Octal | 362 | 124 | 43 | 0 | 101 | 126 | 5 | 16 | 131 | 66 |
| Binary | 11110010 | 1010100 | 100011 | 0 | 1000001 | 1010110 | 101 | 1110 | 1011001 | 110110 |
Color Harmonies of #F25423
Complementary color
Monochromatic Colors of #F25423
Black with #F25423
Text Example
Text Example
White with #F25423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25423; }
p { color: rgb(242,84,35); }
H1.HeaderClassName
{
color: #F25423;
}
.AnyTagClassName
{
color: #F25423;
}
</style>
background-color css
<style>
a { background-color: #F25423; }
a { background-color: rgb(242,84,35); }
div.DivClassName
{
background-color: #F25423;
}
.BgClassName
{
background-color: #F25423;
}
</style>
border-color css
<style>
span { border-color: #F25423; }
span { border-color: rgb(242,84,35); }
td.TdClassName
{
border-color: #F25423;
}
.TagClassName
{
border-color: #F25423;
}
</style>