Shades of Outrageous Orange #F8541D
Tints of Outrageous Orange #F8541D
RGB
CMYK
RGB Variations
Color information
#F8541D (or 0xF8541D) is known color: Outrageous Orange. HEX triplet: F8, 54 and 1D. RGB value is (248,84,29). Sum of RGB (Red+Green+Blue) = 248+84+29=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8541D is #07ABE2. Grayscale: #7F7F7F. Windows color (decimal): -502755 or 1922296. OLE color: 1922296.
HSL color Cylindrical-coordinate representation of color #F8541D: hue angle of 15.07º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8541D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.03 |
| HSL | 15.07º | 0.94% | 0.54% | - |
| HSV(B) | 15.07º | 0.88% | 0.97% | - |
| XYZ | 42.1 | 26.39 | 4.04 | - |
| YUV | 126.77 | 72.83 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 29 | 0 | 0.66 | 0.88 | 0.03 | 15.07 | 0.94 | 0.54 |
| Hex | F8 | 54 | 1D | 0 | 42 | 58 | 3 | F | 5E | 36 |
| Octal | 370 | 124 | 35 | 0 | 102 | 130 | 3 | 17 | 136 | 66 |
| Binary | 11111000 | 1010100 | 11101 | 0 | 1000010 | 1011000 | 11 | 1111 | 1011110 | 110110 |
Color Harmonies of #F8541D
Complementary color
Monochromatic Colors of #F8541D
Black with #F8541D
Text Example
Text Example
White with #F8541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8541D; }
p { color: rgb(248,84,29); }
H1.HeaderClassName
{
color: #F8541D;
}
.AnyTagClassName
{
color: #F8541D;
}
</style>
background-color css
<style>
a { background-color: #F8541D; }
a { background-color: rgb(248,84,29); }
div.DivClassName
{
background-color: #F8541D;
}
.BgClassName
{
background-color: #F8541D;
}
</style>
border-color css
<style>
span { border-color: #F8541D; }
span { border-color: rgb(248,84,29); }
td.TdClassName
{
border-color: #F8541D;
}
.TagClassName
{
border-color: #F8541D;
}
</style>