Shades of Outrageous Orange #F25422
Tints of Outrageous Orange #F25422
RGB
CMYK
RGB Variations
Color information
#F25422 (or 0xF25422) is known color: Outrageous Orange. HEX triplet: F2, 54 and 22. RGB value is (242,84,34). Sum of RGB (Red+Green+Blue) = 242+84+34=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F25422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25422 is #0DABDD. Grayscale: #7D7D7D. Windows color (decimal): -895966 or 2249970. OLE color: 2249970.
HSL color Cylindrical-coordinate representation of color #F25422: hue angle of 14.42º 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 #F25422 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 34 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.05 |
| HSL | 14.42º | 0.89% | 0.54% | - |
| HSV(B) | 14.42º | 0.86% | 0.95% | - |
| XYZ | 40.08 | 25.33 | 4.29 | - |
| YUV | 125.54 | 76.35 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 34 | 0 | 0.65 | 0.86 | 0.05 | 14.42 | 0.89 | 0.54 |
| Hex | F2 | 54 | 22 | 0 | 41 | 56 | 5 | E | 59 | 36 |
| Octal | 362 | 124 | 42 | 0 | 101 | 126 | 5 | 16 | 131 | 66 |
| Binary | 11110010 | 1010100 | 100010 | 0 | 1000001 | 1010110 | 101 | 1110 | 1011001 | 110110 |
Color Harmonies of #F25422
Complementary color
Monochromatic Colors of #F25422
Black with #F25422
Text Example
Text Example
White with #F25422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25422; }
p { color: rgb(242,84,34); }
H1.HeaderClassName
{
color: #F25422;
}
.AnyTagClassName
{
color: #F25422;
}
</style>
background-color css
<style>
a { background-color: #F25422; }
a { background-color: rgb(242,84,34); }
div.DivClassName
{
background-color: #F25422;
}
.BgClassName
{
background-color: #F25422;
}
</style>
border-color css
<style>
span { border-color: #F25422; }
span { border-color: rgb(242,84,34); }
td.TdClassName
{
border-color: #F25422;
}
.TagClassName
{
border-color: #F25422;
}
</style>