Shades of Outrageous Orange #F8522A
Tints of Outrageous Orange #F8522A
RGB
CMYK
RGB Variations
Color information
#F8522A (or 0xF8522A) is known color: Outrageous Orange. HEX triplet: F8, 52 and 2A. RGB value is (248,82,42). Sum of RGB (Red+Green+Blue) = 248+82+42=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F8522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8522A is #07ADD5. Grayscale: #7F7F7F. Windows color (decimal): -503254 or 2773752. OLE color: 2773752.
HSL color Cylindrical-coordinate representation of color #F8522A: hue angle of 11.65º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8522A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 42 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.03 |
| HSL | 11.65º | 0.94% | 0.57% | - |
| HSV(B) | 11.65º | 0.83% | 0.97% | - |
| XYZ | 42.15 | 26.16 | 5.02 | - |
| YUV | 127.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 42 | 0 | 0.67 | 0.83 | 0.03 | 11.65 | 0.94 | 0.57 |
| Hex | F8 | 52 | 2A | 0 | 43 | 53 | 3 | C | 5E | 39 |
| Octal | 370 | 122 | 52 | 0 | 103 | 123 | 3 | 14 | 136 | 71 |
| Binary | 11111000 | 1010010 | 101010 | 0 | 1000011 | 1010011 | 11 | 1100 | 1011110 | 111001 |
Color Harmonies of #F8522A
Complementary color
Monochromatic Colors of #F8522A
Black with #F8522A
Text Example
Text Example
White with #F8522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8522A; }
p { color: rgb(248,82,42); }
H1.HeaderClassName
{
color: #F8522A;
}
.AnyTagClassName
{
color: #F8522A;
}
</style>
background-color css
<style>
a { background-color: #F8522A; }
a { background-color: rgb(248,82,42); }
div.DivClassName
{
background-color: #F8522A;
}
.BgClassName
{
background-color: #F8522A;
}
</style>
border-color css
<style>
span { border-color: #F8522A; }
span { border-color: rgb(248,82,42); }
td.TdClassName
{
border-color: #F8522A;
}
.TagClassName
{
border-color: #F8522A;
}
</style>