Shades of Outrageous Orange #F8512C
Tints of Outrageous Orange #F8512C
RGB
CMYK
RGB Variations
Color information
#F8512C (or 0xF8512C) is known color: Outrageous Orange. HEX triplet: F8, 51 and 2C. RGB value is (248,81,44). Sum of RGB (Red+Green+Blue) = 248+81+44=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F8512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8512C is #07AED3. Grayscale: #7F7F7F. Windows color (decimal): -503508 or 2904568. OLE color: 2904568.
HSL color Cylindrical-coordinate representation of color #F8512C: hue angle of 10.88º 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 #F8512C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.03 |
| HSL | 10.88º | 0.94% | 0.57% | - |
| HSV(B) | 10.88º | 0.82% | 0.97% | - |
| XYZ | 42.11 | 26.02 | 5.19 | - |
| YUV | 126.72 | 81.33 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 44 | 0 | 0.67 | 0.82 | 0.03 | 10.88 | 0.94 | 0.57 |
| Hex | F8 | 51 | 2C | 0 | 43 | 52 | 3 | B | 5E | 39 |
| Octal | 370 | 121 | 54 | 0 | 103 | 122 | 3 | 13 | 136 | 71 |
| Binary | 11111000 | 1010001 | 101100 | 0 | 1000011 | 1010010 | 11 | 1011 | 1011110 | 111001 |
Color Harmonies of #F8512C
Complementary color
Monochromatic Colors of #F8512C
Black with #F8512C
Text Example
Text Example
White with #F8512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8512C; }
p { color: rgb(248,81,44); }
H1.HeaderClassName
{
color: #F8512C;
}
.AnyTagClassName
{
color: #F8512C;
}
</style>
background-color css
<style>
a { background-color: #F8512C; }
a { background-color: rgb(248,81,44); }
div.DivClassName
{
background-color: #F8512C;
}
.BgClassName
{
background-color: #F8512C;
}
</style>
border-color css
<style>
span { border-color: #F8512C; }
span { border-color: rgb(248,81,44); }
td.TdClassName
{
border-color: #F8512C;
}
.TagClassName
{
border-color: #F8512C;
}
</style>