Shades of Outrageous Orange #F8593F
Tints of Outrageous Orange #F8593F
RGB
CMYK
RGB Variations
Color information
#F8593F (or 0xF8593F) is known color: Outrageous Orange. HEX triplet: F8, 59 and 3F. RGB value is (248,89,63). Sum of RGB (Red+Green+Blue) = 248+89+63=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F8593F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8593F is #07A6C0. Grayscale: #858585. Windows color (decimal): -501441 or 4151800. OLE color: 4151800.
HSL color Cylindrical-coordinate representation of color #F8593F: hue angle of 8.43º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8593F is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 63 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.03 |
| HSL | 8.43º | 0.93% | 0.61% | - |
| HSV(B) | 8.43º | 0.75% | 0.97% | - |
| XYZ | 43.18 | 27.46 | 7.73 | - |
| YUV | 133.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 63 | 0 | 0.64 | 0.75 | 0.03 | 8.43 | 0.93 | 0.61 |
| Hex | F8 | 59 | 3F | 0 | 40 | 4B | 3 | 8 | 5D | 3D |
| Octal | 370 | 131 | 77 | 0 | 100 | 113 | 3 | 10 | 135 | 75 |
| Binary | 11111000 | 1011001 | 111111 | 0 | 1000000 | 1001011 | 11 | 1000 | 1011101 | 111101 |
Color Harmonies of #F8593F
Complementary color
Monochromatic Colors of #F8593F
Black with #F8593F
Text Example
Text Example
White with #F8593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8593F; }
p { color: rgb(248,89,63); }
H1.HeaderClassName
{
color: #F8593F;
}
.AnyTagClassName
{
color: #F8593F;
}
</style>
background-color css
<style>
a { background-color: #F8593F; }
a { background-color: rgb(248,89,63); }
div.DivClassName
{
background-color: #F8593F;
}
.BgClassName
{
background-color: #F8593F;
}
</style>
border-color css
<style>
span { border-color: #F8593F; }
span { border-color: rgb(248,89,63); }
td.TdClassName
{
border-color: #F8593F;
}
.TagClassName
{
border-color: #F8593F;
}
</style>