Shades of Outrageous Orange #F85A1E
Tints of Outrageous Orange #F85A1E
RGB
CMYK
RGB Variations
Color information
#F85A1E (or 0xF85A1E) is known color: Outrageous Orange. HEX triplet: F8, 5A and 1E. RGB value is (248,90,30). Sum of RGB (Red+Green+Blue) = 248+90+30=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A1E is #07A5E1. Grayscale: #828282. Windows color (decimal): -501218 or 1989368. OLE color: 1989368.
HSL color Cylindrical-coordinate representation of color #F85A1E: hue angle of 16.51º 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 #F85A1E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 30 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.03 |
| HSL | 16.51º | 0.94% | 0.55% | - |
| HSV(B) | 16.51º | 0.88% | 0.97% | - |
| XYZ | 42.6 | 27.36 | 4.26 | - |
| YUV | 130.4 | 71.35 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 30 | 0 | 0.64 | 0.88 | 0.03 | 16.51 | 0.94 | 0.55 |
| Hex | F8 | 5A | 1E | 0 | 40 | 58 | 3 | 11 | 5E | 37 |
| Octal | 370 | 132 | 36 | 0 | 100 | 130 | 3 | 21 | 136 | 67 |
| Binary | 11111000 | 1011010 | 11110 | 0 | 1000000 | 1011000 | 11 | 10001 | 1011110 | 110111 |
Color Harmonies of #F85A1E
Complementary color
Monochromatic Colors of #F85A1E
Black with #F85A1E
Text Example
Text Example
White with #F85A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A1E; }
p { color: rgb(248,90,30); }
H1.HeaderClassName
{
color: #F85A1E;
}
.AnyTagClassName
{
color: #F85A1E;
}
</style>
background-color css
<style>
a { background-color: #F85A1E; }
a { background-color: rgb(248,90,30); }
div.DivClassName
{
background-color: #F85A1E;
}
.BgClassName
{
background-color: #F85A1E;
}
</style>
border-color css
<style>
span { border-color: #F85A1E; }
span { border-color: rgb(248,90,30); }
td.TdClassName
{
border-color: #F85A1E;
}
.TagClassName
{
border-color: #F85A1E;
}
</style>