Shades of Outrageous Orange #F8552E
Tints of Outrageous Orange #F8552E
RGB
CMYK
RGB Variations
Color information
#F8552E (or 0xF8552E) is known color: Outrageous Orange. HEX triplet: F8, 55 and 2E. RGB value is (248,85,46). Sum of RGB (Red+Green+Blue) = 248+85+46=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 46 (18.36% from 255 or 12.14% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F8552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8552E is #07AAD1. Grayscale: #818181. Windows color (decimal): -502482 or 3036664. OLE color: 3036664.
HSL color Cylindrical-coordinate representation of color #F8552E: hue angle of 11.58º degrees, saturation: 0.94, 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 #F8552E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 46 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.03 |
| HSL | 11.58º | 0.94% | 0.58% | - |
| HSV(B) | 11.58º | 0.81% | 0.97% | - |
| XYZ | 42.45 | 26.65 | 5.49 | - |
| YUV | 129.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 46 | 0 | 0.66 | 0.81 | 0.03 | 11.58 | 0.94 | 0.58 |
| Hex | F8 | 55 | 2E | 0 | 42 | 51 | 3 | C | 5E | 3A |
| Octal | 370 | 125 | 56 | 0 | 102 | 121 | 3 | 14 | 136 | 72 |
| Binary | 11111000 | 1010101 | 101110 | 0 | 1000010 | 1010001 | 11 | 1100 | 1011110 | 111010 |
Color Harmonies of #F8552E
Complementary color
Monochromatic Colors of #F8552E
Black with #F8552E
Text Example
Text Example
White with #F8552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8552E; }
p { color: rgb(248,85,46); }
H1.HeaderClassName
{
color: #F8552E;
}
.AnyTagClassName
{
color: #F8552E;
}
</style>
background-color css
<style>
a { background-color: #F8552E; }
a { background-color: rgb(248,85,46); }
div.DivClassName
{
background-color: #F8552E;
}
.BgClassName
{
background-color: #F8552E;
}
</style>
border-color css
<style>
span { border-color: #F8552E; }
span { border-color: rgb(248,85,46); }
td.TdClassName
{
border-color: #F8552E;
}
.TagClassName
{
border-color: #F8552E;
}
</style>