Shades of Outrageous Orange #F86333
Tints of Outrageous Orange #F86333
RGB
CMYK
RGB Variations
Color information
#F86333 (or 0xF86333) is known color: Outrageous Orange. HEX triplet: F8, 63 and 33. RGB value is (248,99,51). Sum of RGB (Red+Green+Blue) = 248+99+51=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F86333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86333 is #079CCC. Grayscale: #8A8A8A. Windows color (decimal): -498893 or 3367928. OLE color: 3367928.
HSL color Cylindrical-coordinate representation of color #F86333: hue angle of 14.62º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F86333 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 51 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.03 |
| HSL | 14.62º | 0.93% | 0.59% | - |
| HSV(B) | 14.62º | 0.79% | 0.97% | - |
| XYZ | 43.77 | 29.12 | 6.45 | - |
| YUV | 138.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 51 | 0 | 0.60 | 0.79 | 0.03 | 14.62 | 0.93 | 0.59 |
| Hex | F8 | 63 | 33 | 0 | 3C | 4F | 3 | F | 5D | 3B |
| Octal | 370 | 143 | 63 | 0 | 74 | 117 | 3 | 17 | 135 | 73 |
| Binary | 11111000 | 1100011 | 110011 | 0 | 111100 | 1001111 | 11 | 1111 | 1011101 | 111011 |
Color Harmonies of #F86333
Complementary color
Monochromatic Colors of #F86333
Black with #F86333
Text Example
Text Example
White with #F86333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86333; }
p { color: rgb(248,99,51); }
H1.HeaderClassName
{
color: #F86333;
}
.AnyTagClassName
{
color: #F86333;
}
</style>
background-color css
<style>
a { background-color: #F86333; }
a { background-color: rgb(248,99,51); }
div.DivClassName
{
background-color: #F86333;
}
.BgClassName
{
background-color: #F86333;
}
</style>
border-color css
<style>
span { border-color: #F86333; }
span { border-color: rgb(248,99,51); }
td.TdClassName
{
border-color: #F86333;
}
.TagClassName
{
border-color: #F86333;
}
</style>