Shades of Outrageous Orange #F86227
Tints of Outrageous Orange #F86227
RGB
CMYK
RGB Variations
Color information
#F86227 (or 0xF86227) is known color: Outrageous Orange. HEX triplet: F8, 62 and 27. RGB value is (248,98,39). Sum of RGB (Red+Green+Blue) = 248+98+39=385 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.42% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 248 - color contains mainly: red. Hex color #F86227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86227 is #079DD8. Grayscale: #888888. Windows color (decimal): -499161 or 2581240. OLE color: 2581240.
HSL color Cylindrical-coordinate representation of color #F86227: hue angle of 16.94º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F86227 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 39 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.03 |
| HSL | 16.94º | 0.94% | 0.56% | - |
| HSV(B) | 16.94º | 0.84% | 0.97% | - |
| XYZ | 43.45 | 28.84 | 5.2 | - |
| YUV | 136.12 | 73.2 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 39 | 0 | 0.60 | 0.84 | 0.03 | 16.94 | 0.94 | 0.56 |
| Hex | F8 | 62 | 27 | 0 | 3C | 54 | 3 | 11 | 5E | 38 |
| Octal | 370 | 142 | 47 | 0 | 74 | 124 | 3 | 21 | 136 | 70 |
| Binary | 11111000 | 1100010 | 100111 | 0 | 111100 | 1010100 | 11 | 10001 | 1011110 | 111000 |
Color Harmonies of #F86227
Complementary color
Monochromatic Colors of #F86227
Black with #F86227
Text Example
Text Example
White with #F86227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86227; }
p { color: rgb(248,98,39); }
H1.HeaderClassName
{
color: #F86227;
}
.AnyTagClassName
{
color: #F86227;
}
</style>
background-color css
<style>
a { background-color: #F86227; }
a { background-color: rgb(248,98,39); }
div.DivClassName
{
background-color: #F86227;
}
.BgClassName
{
background-color: #F86227;
}
</style>
border-color css
<style>
span { border-color: #F86227; }
span { border-color: rgb(248,98,39); }
td.TdClassName
{
border-color: #F86227;
}
.TagClassName
{
border-color: #F86227;
}
</style>