Shades of Outrageous Orange #F8521F
Tints of Outrageous Orange #F8521F
RGB
CMYK
RGB Variations
Color information
#F8521F (or 0xF8521F) is known color: Outrageous Orange. HEX triplet: F8, 52 and 1F. RGB value is (248,82,31). Sum of RGB (Red+Green+Blue) = 248+82+31=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8521F is #07ADE0. Grayscale: #7E7E7E. Windows color (decimal): -503265 or 2052856. OLE color: 2052856.
HSL color Cylindrical-coordinate representation of color #F8521F: hue angle of 14.1º 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 #F8521F is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 31 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.03 |
| HSL | 14.1º | 0.94% | 0.55% | - |
| HSV(B) | 14.1º | 0.88% | 0.97% | - |
| XYZ | 41.98 | 26.09 | 4.12 | - |
| YUV | 125.82 | 74.5 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 31 | 0 | 0.67 | 0.88 | 0.03 | 14.1 | 0.94 | 0.55 |
| Hex | F8 | 52 | 1F | 0 | 43 | 58 | 3 | E | 5E | 37 |
| Octal | 370 | 122 | 37 | 0 | 103 | 130 | 3 | 16 | 136 | 67 |
| Binary | 11111000 | 1010010 | 11111 | 0 | 1000011 | 1011000 | 11 | 1110 | 1011110 | 110111 |
Color Harmonies of #F8521F
Complementary color
Monochromatic Colors of #F8521F
Black with #F8521F
Text Example
Text Example
White with #F8521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8521F; }
p { color: rgb(248,82,31); }
H1.HeaderClassName
{
color: #F8521F;
}
.AnyTagClassName
{
color: #F8521F;
}
</style>
background-color css
<style>
a { background-color: #F8521F; }
a { background-color: rgb(248,82,31); }
div.DivClassName
{
background-color: #F8521F;
}
.BgClassName
{
background-color: #F8521F;
}
</style>
border-color css
<style>
span { border-color: #F8521F; }
span { border-color: rgb(248,82,31); }
td.TdClassName
{
border-color: #F8521F;
}
.TagClassName
{
border-color: #F8521F;
}
</style>