Shades of Outrageous Orange #F26227
Tints of Outrageous Orange #F26227
RGB
CMYK
RGB Variations
Color information
#F26227 (or 0xF26227) is known color: Outrageous Orange. HEX triplet: F2, 62 and 27. RGB value is (242,98,39). Sum of RGB (Red+Green+Blue) = 242+98+39=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F26227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26227 is #0D9DD8. Grayscale: #868686. Windows color (decimal): -892377 or 2581234. OLE color: 2581234.
HSL color Cylindrical-coordinate representation of color #F26227: hue angle of 17.44º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F26227 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 39 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.05 |
| HSL | 17.44º | 0.89% | 0.55% | - |
| HSV(B) | 17.44º | 0.84% | 0.95% | - |
| XYZ | 41.35 | 27.76 | 5.1 | - |
| YUV | 134.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 39 | 0 | 0.60 | 0.84 | 0.05 | 17.44 | 0.89 | 0.55 |
| Hex | F2 | 62 | 27 | 0 | 3C | 54 | 5 | 11 | 59 | 37 |
| Octal | 362 | 142 | 47 | 0 | 74 | 124 | 5 | 21 | 131 | 67 |
| Binary | 11110010 | 1100010 | 100111 | 0 | 111100 | 1010100 | 101 | 10001 | 1011001 | 110111 |
Color Harmonies of #F26227
Complementary color
Monochromatic Colors of #F26227
Black with #F26227
Text Example
Text Example
White with #F26227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26227; }
p { color: rgb(242,98,39); }
H1.HeaderClassName
{
color: #F26227;
}
.AnyTagClassName
{
color: #F26227;
}
</style>
background-color css
<style>
a { background-color: #F26227; }
a { background-color: rgb(242,98,39); }
div.DivClassName
{
background-color: #F26227;
}
.BgClassName
{
background-color: #F26227;
}
</style>
border-color css
<style>
span { border-color: #F26227; }
span { border-color: rgb(242,98,39); }
td.TdClassName
{
border-color: #F26227;
}
.TagClassName
{
border-color: #F26227;
}
</style>