Shades of Outrageous Orange #F26224
Tints of Outrageous Orange #F26224
RGB
CMYK
RGB Variations
Color information
#F26224 (or 0xF26224) is known color: Outrageous Orange. HEX triplet: F2, 62 and 24. RGB value is (242,98,36). Sum of RGB (Red+Green+Blue) = 242+98+36=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F26224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26224 is #0D9DDB. Grayscale: #868686. Windows color (decimal): -892380 or 2384626. OLE color: 2384626.
HSL color Cylindrical-coordinate representation of color #F26224: hue angle of 18.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F26224 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 36 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.05 |
| HSL | 18.06º | 0.89% | 0.55% | - |
| HSV(B) | 18.06º | 0.85% | 0.95% | - |
| XYZ | 41.3 | 27.74 | 4.85 | - |
| YUV | 133.99 | 72.71 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 36 | 0 | 0.60 | 0.85 | 0.05 | 18.06 | 0.89 | 0.55 |
| Hex | F2 | 62 | 24 | 0 | 3C | 55 | 5 | 12 | 59 | 37 |
| Octal | 362 | 142 | 44 | 0 | 74 | 125 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100010 | 100100 | 0 | 111100 | 1010101 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26224
Complementary color
Monochromatic Colors of #F26224
Black with #F26224
Text Example
Text Example
White with #F26224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26224; }
p { color: rgb(242,98,36); }
H1.HeaderClassName
{
color: #F26224;
}
.AnyTagClassName
{
color: #F26224;
}
</style>
background-color css
<style>
a { background-color: #F26224; }
a { background-color: rgb(242,98,36); }
div.DivClassName
{
background-color: #F26224;
}
.BgClassName
{
background-color: #F26224;
}
</style>
border-color css
<style>
span { border-color: #F26224; }
span { border-color: rgb(242,98,36); }
td.TdClassName
{
border-color: #F26224;
}
.TagClassName
{
border-color: #F26224;
}
</style>