Shades of Outrageous Orange #F85628
Tints of Outrageous Orange #F85628
RGB
CMYK
RGB Variations
Color information
#F85628 (or 0xF85628) is known color: Outrageous Orange. HEX triplet: F8, 56 and 28. RGB value is (248,86,40). Sum of RGB (Red+Green+Blue) = 248+86+40=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F85628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85628 is #07A9D7. Grayscale: #818181. Windows color (decimal): -502232 or 2643704. OLE color: 2643704.
HSL color Cylindrical-coordinate representation of color #F85628: hue angle of 13.27º 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 #F85628 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 40 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.03 |
| HSL | 13.27º | 0.94% | 0.56% | - |
| HSV(B) | 13.27º | 0.84% | 0.97% | - |
| XYZ | 42.42 | 26.77 | 4.94 | - |
| YUV | 129.19 | 77.67 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 40 | 0 | 0.65 | 0.84 | 0.03 | 13.27 | 0.94 | 0.56 |
| Hex | F8 | 56 | 28 | 0 | 41 | 54 | 3 | D | 5E | 38 |
| Octal | 370 | 126 | 50 | 0 | 101 | 124 | 3 | 15 | 136 | 70 |
| Binary | 11111000 | 1010110 | 101000 | 0 | 1000001 | 1010100 | 11 | 1101 | 1011110 | 111000 |
Color Harmonies of #F85628
Complementary color
Monochromatic Colors of #F85628
Black with #F85628
Text Example
Text Example
White with #F85628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85628; }
p { color: rgb(248,86,40); }
H1.HeaderClassName
{
color: #F85628;
}
.AnyTagClassName
{
color: #F85628;
}
</style>
background-color css
<style>
a { background-color: #F85628; }
a { background-color: rgb(248,86,40); }
div.DivClassName
{
background-color: #F85628;
}
.BgClassName
{
background-color: #F85628;
}
</style>
border-color css
<style>
span { border-color: #F85628; }
span { border-color: rgb(248,86,40); }
td.TdClassName
{
border-color: #F85628;
}
.TagClassName
{
border-color: #F85628;
}
</style>