Shades of Outrageous Orange #F85030
Tints of Outrageous Orange #F85030
RGB
CMYK
RGB Variations
Color information
#F85030 (or 0xF85030) is known color: Outrageous Orange. HEX triplet: F8, 50 and 30. RGB value is (248,80,48). Sum of RGB (Red+Green+Blue) = 248+80+48=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F85030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85030 is #07AFCF. Grayscale: #7E7E7E. Windows color (decimal): -503760 or 3166456. OLE color: 3166456.
HSL color Cylindrical-coordinate representation of color #F85030: hue angle of 9.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F85030 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 48 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.03 |
| HSL | 9.6º | 0.93% | 0.58% | - |
| HSV(B) | 9.6º | 0.81% | 0.97% | - |
| XYZ | 42.11 | 25.91 | 5.58 | - |
| YUV | 126.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 48 | 0 | 0.68 | 0.81 | 0.03 | 9.6 | 0.93 | 0.58 |
| Hex | F8 | 50 | 30 | 0 | 44 | 51 | 3 | A | 5D | 3A |
| Octal | 370 | 120 | 60 | 0 | 104 | 121 | 3 | 12 | 135 | 72 |
| Binary | 11111000 | 1010000 | 110000 | 0 | 1000100 | 1010001 | 11 | 1010 | 1011101 | 111010 |
Color Harmonies of #F85030
Complementary color
Monochromatic Colors of #F85030
Black with #F85030
Text Example
Text Example
White with #F85030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85030; }
p { color: rgb(248,80,48); }
H1.HeaderClassName
{
color: #F85030;
}
.AnyTagClassName
{
color: #F85030;
}
</style>
background-color css
<style>
a { background-color: #F85030; }
a { background-color: rgb(248,80,48); }
div.DivClassName
{
background-color: #F85030;
}
.BgClassName
{
background-color: #F85030;
}
</style>
border-color css
<style>
span { border-color: #F85030; }
span { border-color: rgb(248,80,48); }
td.TdClassName
{
border-color: #F85030;
}
.TagClassName
{
border-color: #F85030;
}
</style>