Shades of Outrageous Orange #F86638
Tints of Outrageous Orange #F86638
RGB
CMYK
RGB Variations
Color information
#F86638 (or 0xF86638) is known color: Outrageous Orange. HEX triplet: F8, 66 and 38. RGB value is (248,102,56). Sum of RGB (Red+Green+Blue) = 248+102+56=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F86638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86638 is #0799C7. Grayscale: #8C8C8C. Windows color (decimal): -498120 or 3696376. OLE color: 3696376.
HSL color Cylindrical-coordinate representation of color #F86638: hue angle of 14.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F86638 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 56 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.03 |
| HSL | 14.38º | 0.93% | 0.6% | - |
| HSV(B) | 14.38º | 0.77% | 0.97% | - |
| XYZ | 44.18 | 29.74 | 7.15 | - |
| YUV | 140.41 | 80.37 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 56 | 0 | 0.59 | 0.77 | 0.03 | 14.38 | 0.93 | 0.6 |
| Hex | F8 | 66 | 38 | 0 | 3B | 4D | 3 | E | 5D | 3C |
| Octal | 370 | 146 | 70 | 0 | 73 | 115 | 3 | 16 | 135 | 74 |
| Binary | 11111000 | 1100110 | 111000 | 0 | 111011 | 1001101 | 11 | 1110 | 1011101 | 111100 |
Color Harmonies of #F86638
Complementary color
Monochromatic Colors of #F86638
Black with #F86638
Text Example
Text Example
White with #F86638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86638; }
p { color: rgb(248,102,56); }
H1.HeaderClassName
{
color: #F86638;
}
.AnyTagClassName
{
color: #F86638;
}
</style>
background-color css
<style>
a { background-color: #F86638; }
a { background-color: rgb(248,102,56); }
div.DivClassName
{
background-color: #F86638;
}
.BgClassName
{
background-color: #F86638;
}
</style>
border-color css
<style>
span { border-color: #F86638; }
span { border-color: rgb(248,102,56); }
td.TdClassName
{
border-color: #F86638;
}
.TagClassName
{
border-color: #F86638;
}
</style>