Shades of Outrageous Orange #F8542B
Tints of Outrageous Orange #F8542B
RGB
CMYK
RGB Variations
Color information
#F8542B (or 0xF8542B) is known color: Outrageous Orange. HEX triplet: F8, 54 and 2B. RGB value is (248,84,43). Sum of RGB (Red+Green+Blue) = 248+84+43=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8542B is #07ABD4. Grayscale: #808080. Windows color (decimal): -502741 or 2839800. OLE color: 2839800.
HSL color Cylindrical-coordinate representation of color #F8542B: hue angle of 12º 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 #F8542B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 43 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.03 |
| HSL | 12º | 0.94% | 0.57% | - |
| HSV(B) | 12º | 0.83% | 0.97% | - |
| XYZ | 42.32 | 26.47 | 5.16 | - |
| YUV | 128.36 | 79.83 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 43 | 0 | 0.66 | 0.83 | 0.03 | 12 | 0.94 | 0.57 |
| Hex | F8 | 54 | 2B | 0 | 42 | 53 | 3 | C | 5E | 39 |
| Octal | 370 | 124 | 53 | 0 | 102 | 123 | 3 | 14 | 136 | 71 |
| Binary | 11111000 | 1010100 | 101011 | 0 | 1000010 | 1010011 | 11 | 1100 | 1011110 | 111001 |
Color Harmonies of #F8542B
Complementary color
Monochromatic Colors of #F8542B
Black with #F8542B
Text Example
Text Example
White with #F8542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8542B; }
p { color: rgb(248,84,43); }
H1.HeaderClassName
{
color: #F8542B;
}
.AnyTagClassName
{
color: #F8542B;
}
</style>
background-color css
<style>
a { background-color: #F8542B; }
a { background-color: rgb(248,84,43); }
div.DivClassName
{
background-color: #F8542B;
}
.BgClassName
{
background-color: #F8542B;
}
</style>
border-color css
<style>
span { border-color: #F8542B; }
span { border-color: rgb(248,84,43); }
td.TdClassName
{
border-color: #F8542B;
}
.TagClassName
{
border-color: #F8542B;
}
</style>