Shades of Outrageous Orange #F8531D
Tints of Outrageous Orange #F8531D
RGB
CMYK
RGB Variations
Color information
#F8531D (or 0xF8531D) is known color: Outrageous Orange. HEX triplet: F8, 53 and 1D. RGB value is (248,83,29). Sum of RGB (Red+Green+Blue) = 248+83+29=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F8531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8531D is #07ACE2. Grayscale: #7E7E7E. Windows color (decimal): -503011 or 1922040. OLE color: 1922040.
HSL color Cylindrical-coordinate representation of color #F8531D: hue angle of 14.79º 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 #F8531D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.03 |
| HSL | 14.79º | 0.94% | 0.54% | - |
| HSV(B) | 14.79º | 0.88% | 0.97% | - |
| XYZ | 42.03 | 26.23 | 4.01 | - |
| YUV | 126.18 | 73.16 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 29 | 0 | 0.67 | 0.88 | 0.03 | 14.79 | 0.94 | 0.54 |
| Hex | F8 | 53 | 1D | 0 | 43 | 58 | 3 | F | 5E | 36 |
| Octal | 370 | 123 | 35 | 0 | 103 | 130 | 3 | 17 | 136 | 66 |
| Binary | 11111000 | 1010011 | 11101 | 0 | 1000011 | 1011000 | 11 | 1111 | 1011110 | 110110 |
Color Harmonies of #F8531D
Complementary color
Monochromatic Colors of #F8531D
Black with #F8531D
Text Example
Text Example
White with #F8531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8531D; }
p { color: rgb(248,83,29); }
H1.HeaderClassName
{
color: #F8531D;
}
.AnyTagClassName
{
color: #F8531D;
}
</style>
background-color css
<style>
a { background-color: #F8531D; }
a { background-color: rgb(248,83,29); }
div.DivClassName
{
background-color: #F8531D;
}
.BgClassName
{
background-color: #F8531D;
}
</style>
border-color css
<style>
span { border-color: #F8531D; }
span { border-color: rgb(248,83,29); }
td.TdClassName
{
border-color: #F8531D;
}
.TagClassName
{
border-color: #F8531D;
}
</style>