Shades of Outrageous Orange #F26122
Tints of Outrageous Orange #F26122
RGB
CMYK
RGB Variations
Color information
#F26122 (or 0xF26122) is known color: Outrageous Orange. HEX triplet: F2, 61 and 22. RGB value is (242,97,34). Sum of RGB (Red+Green+Blue) = 242+97+34=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F26122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26122 is #0D9EDD. Grayscale: #858585. Windows color (decimal): -892638 or 2253298. OLE color: 2253298.
HSL color Cylindrical-coordinate representation of color #F26122: hue angle of 18.17º 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 #F26122 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 34 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.05 |
| HSL | 18.17º | 0.89% | 0.54% | - |
| HSV(B) | 18.17º | 0.86% | 0.95% | - |
| XYZ | 41.18 | 27.54 | 4.66 | - |
| YUV | 133.17 | 72.04 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 34 | 0 | 0.60 | 0.86 | 0.05 | 18.17 | 0.89 | 0.54 |
| Hex | F2 | 61 | 22 | 0 | 3C | 56 | 5 | 12 | 59 | 36 |
| Octal | 362 | 141 | 42 | 0 | 74 | 126 | 5 | 22 | 131 | 66 |
| Binary | 11110010 | 1100001 | 100010 | 0 | 111100 | 1010110 | 101 | 10010 | 1011001 | 110110 |
Color Harmonies of #F26122
Complementary color
Monochromatic Colors of #F26122
Black with #F26122
Text Example
Text Example
White with #F26122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26122; }
p { color: rgb(242,97,34); }
H1.HeaderClassName
{
color: #F26122;
}
.AnyTagClassName
{
color: #F26122;
}
</style>
background-color css
<style>
a { background-color: #F26122; }
a { background-color: rgb(242,97,34); }
div.DivClassName
{
background-color: #F26122;
}
.BgClassName
{
background-color: #F26122;
}
</style>
border-color css
<style>
span { border-color: #F26122; }
span { border-color: rgb(242,97,34); }
td.TdClassName
{
border-color: #F26122;
}
.TagClassName
{
border-color: #F26122;
}
</style>