Shades of Outrageous Orange #F8592F
Tints of Outrageous Orange #F8592F
RGB
CMYK
RGB Variations
Color information
#F8592F (or 0xF8592F) is known color: Outrageous Orange. HEX triplet: F8, 59 and 2F. RGB value is (248,89,47). Sum of RGB (Red+Green+Blue) = 248+89+47=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F8592F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8592F is #07A6D0. Grayscale: #848484. Windows color (decimal): -501457 or 3103224. OLE color: 3103224.
HSL color Cylindrical-coordinate representation of color #F8592F: hue angle of 12.54º 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 #F8592F is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 47 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.03 |
| HSL | 12.54º | 0.93% | 0.58% | - |
| HSV(B) | 12.54º | 0.81% | 0.97% | - |
| XYZ | 42.8 | 27.31 | 5.7 | - |
| YUV | 131.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 47 | 0 | 0.64 | 0.81 | 0.03 | 12.54 | 0.93 | 0.58 |
| Hex | F8 | 59 | 2F | 0 | 40 | 51 | 3 | D | 5D | 3A |
| Octal | 370 | 131 | 57 | 0 | 100 | 121 | 3 | 15 | 135 | 72 |
| Binary | 11111000 | 1011001 | 101111 | 0 | 1000000 | 1010001 | 11 | 1101 | 1011101 | 111010 |
Color Harmonies of #F8592F
Complementary color
Monochromatic Colors of #F8592F
Black with #F8592F
Text Example
Text Example
White with #F8592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8592F; }
p { color: rgb(248,89,47); }
H1.HeaderClassName
{
color: #F8592F;
}
.AnyTagClassName
{
color: #F8592F;
}
</style>
background-color css
<style>
a { background-color: #F8592F; }
a { background-color: rgb(248,89,47); }
div.DivClassName
{
background-color: #F8592F;
}
.BgClassName
{
background-color: #F8592F;
}
</style>
border-color css
<style>
span { border-color: #F8592F; }
span { border-color: rgb(248,89,47); }
td.TdClassName
{
border-color: #F8592F;
}
.TagClassName
{
border-color: #F8592F;
}
</style>