Shades of Outrageous Orange #F8511E
Tints of Outrageous Orange #F8511E
RGB
CMYK
RGB Variations
Color information
#F8511E (or 0xF8511E) is known color: Outrageous Orange. HEX triplet: F8, 51 and 1E. RGB value is (248,81,30). Sum of RGB (Red+Green+Blue) = 248+81+30=359 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.08% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 248 - color contains mainly: red. Hex color #F8511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8511E is #07AEE1. Grayscale: #7D7D7D. Windows color (decimal): -503522 or 1987064. OLE color: 1987064.
HSL color Cylindrical-coordinate representation of color #F8511E: hue angle of 14.04º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8511E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.03 |
| HSL | 14.04º | 0.94% | 0.55% | - |
| HSV(B) | 14.04º | 0.88% | 0.97% | - |
| XYZ | 41.89 | 25.94 | 4.03 | - |
| YUV | 125.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 30 | 0 | 0.67 | 0.88 | 0.03 | 14.04 | 0.94 | 0.55 |
| Hex | F8 | 51 | 1E | 0 | 43 | 58 | 3 | E | 5E | 37 |
| Octal | 370 | 121 | 36 | 0 | 103 | 130 | 3 | 16 | 136 | 67 |
| Binary | 11111000 | 1010001 | 11110 | 0 | 1000011 | 1011000 | 11 | 1110 | 1011110 | 110111 |
Color Harmonies of #F8511E
Complementary color
Monochromatic Colors of #F8511E
Black with #F8511E
Text Example
Text Example
White with #F8511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8511E; }
p { color: rgb(248,81,30); }
H1.HeaderClassName
{
color: #F8511E;
}
.AnyTagClassName
{
color: #F8511E;
}
</style>
background-color css
<style>
a { background-color: #F8511E; }
a { background-color: rgb(248,81,30); }
div.DivClassName
{
background-color: #F8511E;
}
.BgClassName
{
background-color: #F8511E;
}
</style>
border-color css
<style>
span { border-color: #F8511E; }
span { border-color: rgb(248,81,30); }
td.TdClassName
{
border-color: #F8511E;
}
.TagClassName
{
border-color: #F8511E;
}
</style>