Shades of Outrageous Orange #F8502A
Tints of Outrageous Orange #F8502A
RGB
CMYK
RGB Variations
Color information
#F8502A (or 0xF8502A) is known color: Outrageous Orange. HEX triplet: F8, 50 and 2A. RGB value is (248,80,42). Sum of RGB (Red+Green+Blue) = 248+80+42=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F8502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8502A is #07AFD5. Grayscale: #7E7E7E. Windows color (decimal): -503766 or 2773240. OLE color: 2773240.
HSL color Cylindrical-coordinate representation of color #F8502A: hue angle of 11.07º 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 #F8502A is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 42 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.03 |
| HSL | 11.07º | 0.94% | 0.57% | - |
| HSV(B) | 11.07º | 0.83% | 0.97% | - |
| XYZ | 42 | 25.86 | 4.97 | - |
| YUV | 125.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 42 | 0 | 0.68 | 0.83 | 0.03 | 11.07 | 0.94 | 0.57 |
| Hex | F8 | 50 | 2A | 0 | 44 | 53 | 3 | B | 5E | 39 |
| Octal | 370 | 120 | 52 | 0 | 104 | 123 | 3 | 13 | 136 | 71 |
| Binary | 11111000 | 1010000 | 101010 | 0 | 1000100 | 1010011 | 11 | 1011 | 1011110 | 111001 |
Color Harmonies of #F8502A
Complementary color
Monochromatic Colors of #F8502A
Black with #F8502A
Text Example
Text Example
White with #F8502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8502A; }
p { color: rgb(248,80,42); }
H1.HeaderClassName
{
color: #F8502A;
}
.AnyTagClassName
{
color: #F8502A;
}
</style>
background-color css
<style>
a { background-color: #F8502A; }
a { background-color: rgb(248,80,42); }
div.DivClassName
{
background-color: #F8502A;
}
.BgClassName
{
background-color: #F8502A;
}
</style>
border-color css
<style>
span { border-color: #F8502A; }
span { border-color: rgb(248,80,42); }
td.TdClassName
{
border-color: #F8502A;
}
.TagClassName
{
border-color: #F8502A;
}
</style>