Shades of Outrageous Orange #F85D1E
Tints of Outrageous Orange #F85D1E
RGB
CMYK
RGB Variations
Color information
#F85D1E (or 0xF85D1E) is known color: Outrageous Orange. HEX triplet: F8, 5D and 1E. RGB value is (248,93,30). Sum of RGB (Red+Green+Blue) = 248+93+30=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D1E is #07A2E1. Grayscale: #848484. Windows color (decimal): -500450 or 1990136. OLE color: 1990136.
HSL color Cylindrical-coordinate representation of color #F85D1E: hue angle of 17.34º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F85D1E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 30 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.03 |
| HSL | 17.34º | 0.94% | 0.55% | - |
| HSV(B) | 17.34º | 0.88% | 0.97% | - |
| XYZ | 42.86 | 27.88 | 4.35 | - |
| YUV | 132.16 | 70.35 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 30 | 0 | 0.62 | 0.88 | 0.03 | 17.34 | 0.94 | 0.55 |
| Hex | F8 | 5D | 1E | 0 | 3E | 58 | 3 | 11 | 5E | 37 |
| Octal | 370 | 135 | 36 | 0 | 76 | 130 | 3 | 21 | 136 | 67 |
| Binary | 11111000 | 1011101 | 11110 | 0 | 111110 | 1011000 | 11 | 10001 | 1011110 | 110111 |
Color Harmonies of #F85D1E
Complementary color
Monochromatic Colors of #F85D1E
Black with #F85D1E
Text Example
Text Example
White with #F85D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D1E; }
p { color: rgb(248,93,30); }
H1.HeaderClassName
{
color: #F85D1E;
}
.AnyTagClassName
{
color: #F85D1E;
}
</style>
background-color css
<style>
a { background-color: #F85D1E; }
a { background-color: rgb(248,93,30); }
div.DivClassName
{
background-color: #F85D1E;
}
.BgClassName
{
background-color: #F85D1E;
}
</style>
border-color css
<style>
span { border-color: #F85D1E; }
span { border-color: rgb(248,93,30); }
td.TdClassName
{
border-color: #F85D1E;
}
.TagClassName
{
border-color: #F85D1E;
}
</style>