Shades of Outrageous Orange #F8562F
Tints of Outrageous Orange #F8562F
RGB
CMYK
RGB Variations
Color information
#F8562F (or 0xF8562F) is known color: Outrageous Orange. HEX triplet: F8, 56 and 2F. RGB value is (248,86,47). Sum of RGB (Red+Green+Blue) = 248+86+47=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8562F is #07A9D0. Grayscale: #828282. Windows color (decimal): -502225 or 3102456. OLE color: 3102456.
HSL color Cylindrical-coordinate representation of color #F8562F: hue angle of 11.64º 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 #F8562F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 47 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.03 |
| HSL | 11.64º | 0.93% | 0.58% | - |
| HSV(B) | 11.64º | 0.81% | 0.97% | - |
| XYZ | 42.55 | 26.82 | 5.62 | - |
| YUV | 129.99 | 81.17 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 47 | 0 | 0.65 | 0.81 | 0.03 | 11.64 | 0.93 | 0.58 |
| Hex | F8 | 56 | 2F | 0 | 41 | 51 | 3 | C | 5D | 3A |
| Octal | 370 | 126 | 57 | 0 | 101 | 121 | 3 | 14 | 135 | 72 |
| Binary | 11111000 | 1010110 | 101111 | 0 | 1000001 | 1010001 | 11 | 1100 | 1011101 | 111010 |
Color Harmonies of #F8562F
Complementary color
Monochromatic Colors of #F8562F
Black with #F8562F
Text Example
Text Example
White with #F8562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8562F; }
p { color: rgb(248,86,47); }
H1.HeaderClassName
{
color: #F8562F;
}
.AnyTagClassName
{
color: #F8562F;
}
</style>
background-color css
<style>
a { background-color: #F8562F; }
a { background-color: rgb(248,86,47); }
div.DivClassName
{
background-color: #F8562F;
}
.BgClassName
{
background-color: #F8562F;
}
</style>
border-color css
<style>
span { border-color: #F8562F; }
span { border-color: rgb(248,86,47); }
td.TdClassName
{
border-color: #F8562F;
}
.TagClassName
{
border-color: #F8562F;
}
</style>