Shades of Outrageous Orange #F25022
Tints of Outrageous Orange #F25022
RGB
CMYK
RGB Variations
Color information
#F25022 (or 0xF25022) is known color: Outrageous Orange. HEX triplet: F2, 50 and 22. RGB value is (242,80,34). Sum of RGB (Red+Green+Blue) = 242+80+34=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F25022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25022 is #0DAFDD. Grayscale: #7B7B7B. Windows color (decimal): -896990 or 2248946. OLE color: 2248946.
HSL color Cylindrical-coordinate representation of color #F25022: hue angle of 13.27º 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 #F25022 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 34 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.05 |
| HSL | 13.27º | 0.89% | 0.54% | - |
| HSV(B) | 13.27º | 0.86% | 0.95% | - |
| XYZ | 39.78 | 24.73 | 4.19 | - |
| YUV | 123.19 | 77.67 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 34 | 0 | 0.67 | 0.86 | 0.05 | 13.27 | 0.89 | 0.54 |
| Hex | F2 | 50 | 22 | 0 | 43 | 56 | 5 | D | 59 | 36 |
| Octal | 362 | 120 | 42 | 0 | 103 | 126 | 5 | 15 | 131 | 66 |
| Binary | 11110010 | 1010000 | 100010 | 0 | 1000011 | 1010110 | 101 | 1101 | 1011001 | 110110 |
Color Harmonies of #F25022
Complementary color
Monochromatic Colors of #F25022
Black with #F25022
Text Example
Text Example
White with #F25022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25022; }
p { color: rgb(242,80,34); }
H1.HeaderClassName
{
color: #F25022;
}
.AnyTagClassName
{
color: #F25022;
}
</style>
background-color css
<style>
a { background-color: #F25022; }
a { background-color: rgb(242,80,34); }
div.DivClassName
{
background-color: #F25022;
}
.BgClassName
{
background-color: #F25022;
}
</style>
border-color css
<style>
span { border-color: #F25022; }
span { border-color: rgb(242,80,34); }
td.TdClassName
{
border-color: #F25022;
}
.TagClassName
{
border-color: #F25022;
}
</style>