Shades of Outrageous Orange #F8572B
Tints of Outrageous Orange #F8572B
RGB
CMYK
RGB Variations
Color information
#F8572B (or 0xF8572B) is known color: Outrageous Orange. HEX triplet: F8, 57 and 2B. RGB value is (248,87,43). Sum of RGB (Red+Green+Blue) = 248+87+43=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8572B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8572B is #07A8D4. Grayscale: #828282. Windows color (decimal): -501973 or 2840568. OLE color: 2840568.
HSL color Cylindrical-coordinate representation of color #F8572B: hue angle of 12.88º 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 #F8572B is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 87 | 43 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.03 |
| HSL | 12.88º | 0.94% | 0.57% | - |
| HSV(B) | 12.88º | 0.83% | 0.97% | - |
| XYZ | 42.56 | 26.95 | 5.24 | - |
| YUV | 130.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 87 | 43 | 0 | 0.65 | 0.83 | 0.03 | 12.88 | 0.94 | 0.57 |
| Hex | F8 | 57 | 2B | 0 | 41 | 53 | 3 | D | 5E | 39 |
| Octal | 370 | 127 | 53 | 0 | 101 | 123 | 3 | 15 | 136 | 71 |
| Binary | 11111000 | 1010111 | 101011 | 0 | 1000001 | 1010011 | 11 | 1101 | 1011110 | 111001 |
Color Harmonies of #F8572B
Complementary color
Monochromatic Colors of #F8572B
Black with #F8572B
Text Example
Text Example
White with #F8572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8572B; }
p { color: rgb(248,87,43); }
H1.HeaderClassName
{
color: #F8572B;
}
.AnyTagClassName
{
color: #F8572B;
}
</style>
background-color css
<style>
a { background-color: #F8572B; }
a { background-color: rgb(248,87,43); }
div.DivClassName
{
background-color: #F8572B;
}
.BgClassName
{
background-color: #F8572B;
}
</style>
border-color css
<style>
span { border-color: #F8572B; }
span { border-color: rgb(248,87,43); }
td.TdClassName
{
border-color: #F8572B;
}
.TagClassName
{
border-color: #F8572B;
}
</style>