Shades of Outrageous Orange #F8522C
Tints of Outrageous Orange #F8522C
RGB
CMYK
RGB Variations
Color information
#F8522C (or 0xF8522C) is known color: Outrageous Orange. HEX triplet: F8, 52 and 2C. RGB value is (248,82,44). Sum of RGB (Red+Green+Blue) = 248+82+44=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8522C is #07ADD3. Grayscale: #7F7F7F. Windows color (decimal): -503252 or 2904824. OLE color: 2904824.
HSL color Cylindrical-coordinate representation of color #F8522C: hue angle of 11.18º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8522C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.03 |
| HSL | 11.18º | 0.94% | 0.57% | - |
| HSV(B) | 11.18º | 0.82% | 0.97% | - |
| XYZ | 42.18 | 26.17 | 5.21 | - |
| YUV | 127.3 | 81 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 44 | 0 | 0.67 | 0.82 | 0.03 | 11.18 | 0.94 | 0.57 |
| Hex | F8 | 52 | 2C | 0 | 43 | 52 | 3 | B | 5E | 39 |
| Octal | 370 | 122 | 54 | 0 | 103 | 122 | 3 | 13 | 136 | 71 |
| Binary | 11111000 | 1010010 | 101100 | 0 | 1000011 | 1010010 | 11 | 1011 | 1011110 | 111001 |
Color Harmonies of #F8522C
Complementary color
Monochromatic Colors of #F8522C
Black with #F8522C
Text Example
Text Example
White with #F8522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8522C; }
p { color: rgb(248,82,44); }
H1.HeaderClassName
{
color: #F8522C;
}
.AnyTagClassName
{
color: #F8522C;
}
</style>
background-color css
<style>
a { background-color: #F8522C; }
a { background-color: rgb(248,82,44); }
div.DivClassName
{
background-color: #F8522C;
}
.BgClassName
{
background-color: #F8522C;
}
</style>
border-color css
<style>
span { border-color: #F8522C; }
span { border-color: rgb(248,82,44); }
td.TdClassName
{
border-color: #F8522C;
}
.TagClassName
{
border-color: #F8522C;
}
</style>