Shades of Outrageous Orange #F25522
Tints of Outrageous Orange #F25522
RGB
CMYK
RGB Variations
Color information
#F25522 (or 0xF25522) is known color: Outrageous Orange. HEX triplet: F2, 55 and 22. RGB value is (242,85,34). Sum of RGB (Red+Green+Blue) = 242+85+34=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25522 is #0DAADD. Grayscale: #7E7E7E. Windows color (decimal): -895710 or 2250226. OLE color: 2250226.
HSL color Cylindrical-coordinate representation of color #F25522: hue angle of 14.71º 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 #F25522 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 34 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.05 |
| HSL | 14.71º | 0.89% | 0.54% | - |
| HSV(B) | 14.71º | 0.86% | 0.95% | - |
| XYZ | 40.16 | 25.49 | 4.32 | - |
| YUV | 126.13 | 76.01 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 34 | 0 | 0.65 | 0.86 | 0.05 | 14.71 | 0.89 | 0.54 |
| Hex | F2 | 55 | 22 | 0 | 41 | 56 | 5 | F | 59 | 36 |
| Octal | 362 | 125 | 42 | 0 | 101 | 126 | 5 | 17 | 131 | 66 |
| Binary | 11110010 | 1010101 | 100010 | 0 | 1000001 | 1010110 | 101 | 1111 | 1011001 | 110110 |
Color Harmonies of #F25522
Complementary color
Monochromatic Colors of #F25522
Black with #F25522
Text Example
Text Example
White with #F25522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25522; }
p { color: rgb(242,85,34); }
H1.HeaderClassName
{
color: #F25522;
}
.AnyTagClassName
{
color: #F25522;
}
</style>
background-color css
<style>
a { background-color: #F25522; }
a { background-color: rgb(242,85,34); }
div.DivClassName
{
background-color: #F25522;
}
.BgClassName
{
background-color: #F25522;
}
</style>
border-color css
<style>
span { border-color: #F25522; }
span { border-color: rgb(242,85,34); }
td.TdClassName
{
border-color: #F25522;
}
.TagClassName
{
border-color: #F25522;
}
</style>