Shades of Outrageous Orange #F85828
Tints of Outrageous Orange #F85828
RGB
CMYK
RGB Variations
Color information
#F85828 (or 0xF85828) is known color: Outrageous Orange. HEX triplet: F8, 58 and 28. RGB value is (248,88,40). Sum of RGB (Red+Green+Blue) = 248+88+40=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F85828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85828 is #07A7D7. Grayscale: #828282. Windows color (decimal): -501720 or 2644216. OLE color: 2644216.
HSL color Cylindrical-coordinate representation of color #F85828: hue angle of 13.85º 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 #F85828 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 40 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.03 |
| HSL | 13.85º | 0.94% | 0.56% | - |
| HSV(B) | 13.85º | 0.84% | 0.97% | - |
| XYZ | 42.58 | 27.09 | 4.99 | - |
| YUV | 130.37 | 77.01 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 40 | 0 | 0.65 | 0.84 | 0.03 | 13.85 | 0.94 | 0.56 |
| Hex | F8 | 58 | 28 | 0 | 41 | 54 | 3 | E | 5E | 38 |
| Octal | 370 | 130 | 50 | 0 | 101 | 124 | 3 | 16 | 136 | 70 |
| Binary | 11111000 | 1011000 | 101000 | 0 | 1000001 | 1010100 | 11 | 1110 | 1011110 | 111000 |
Color Harmonies of #F85828
Complementary color
Monochromatic Colors of #F85828
Black with #F85828
Text Example
Text Example
White with #F85828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85828; }
p { color: rgb(248,88,40); }
H1.HeaderClassName
{
color: #F85828;
}
.AnyTagClassName
{
color: #F85828;
}
</style>
background-color css
<style>
a { background-color: #F85828; }
a { background-color: rgb(248,88,40); }
div.DivClassName
{
background-color: #F85828;
}
.BgClassName
{
background-color: #F85828;
}
</style>
border-color css
<style>
span { border-color: #F85828; }
span { border-color: rgb(248,88,40); }
td.TdClassName
{
border-color: #F85828;
}
.TagClassName
{
border-color: #F85828;
}
</style>