Shades of Outrageous Orange #F26223
Tints of Outrageous Orange #F26223
RGB
CMYK
RGB Variations
Color information
#F26223 (or 0xF26223) is known color: Outrageous Orange. HEX triplet: F2, 62 and 23. RGB value is (242,98,35). Sum of RGB (Red+Green+Blue) = 242+98+35=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26223 is #0D9DDC. Grayscale: #868686. Windows color (decimal): -892381 or 2319090. OLE color: 2319090.
HSL color Cylindrical-coordinate representation of color #F26223: hue angle of 18.26º 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 #F26223 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 35 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.05 |
| HSL | 18.26º | 0.89% | 0.54% | - |
| HSV(B) | 18.26º | 0.86% | 0.95% | - |
| XYZ | 41.29 | 27.73 | 4.77 | - |
| YUV | 133.87 | 72.21 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 35 | 0 | 0.60 | 0.86 | 0.05 | 18.26 | 0.89 | 0.54 |
| Hex | F2 | 62 | 23 | 0 | 3C | 56 | 5 | 12 | 59 | 36 |
| Octal | 362 | 142 | 43 | 0 | 74 | 126 | 5 | 22 | 131 | 66 |
| Binary | 11110010 | 1100010 | 100011 | 0 | 111100 | 1010110 | 101 | 10010 | 1011001 | 110110 |
Color Harmonies of #F26223
Complementary color
Monochromatic Colors of #F26223
Black with #F26223
Text Example
Text Example
White with #F26223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26223; }
p { color: rgb(242,98,35); }
H1.HeaderClassName
{
color: #F26223;
}
.AnyTagClassName
{
color: #F26223;
}
</style>
background-color css
<style>
a { background-color: #F26223; }
a { background-color: rgb(242,98,35); }
div.DivClassName
{
background-color: #F26223;
}
.BgClassName
{
background-color: #F26223;
}
</style>
border-color css
<style>
span { border-color: #F26223; }
span { border-color: rgb(242,98,35); }
td.TdClassName
{
border-color: #F26223;
}
.TagClassName
{
border-color: #F26223;
}
</style>