Shades of Outrageous Orange #F85123
Tints of Outrageous Orange #F85123
RGB
CMYK
RGB Variations
Color information
#F85123 (or 0xF85123) is known color: Outrageous Orange. HEX triplet: F8, 51 and 23. RGB value is (248,81,35). Sum of RGB (Red+Green+Blue) = 248+81+35=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F85123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85123 is #07AEDC. Grayscale: #7E7E7E. Windows color (decimal): -503517 or 2314744. OLE color: 2314744.
HSL color Cylindrical-coordinate representation of color #F85123: hue angle of 12.96º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F85123 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 35 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.03 |
| HSL | 12.96º | 0.94% | 0.55% | - |
| HSV(B) | 12.96º | 0.86% | 0.97% | - |
| XYZ | 41.96 | 25.96 | 4.39 | - |
| YUV | 125.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 35 | 0 | 0.67 | 0.86 | 0.03 | 12.96 | 0.94 | 0.55 |
| Hex | F8 | 51 | 23 | 0 | 43 | 56 | 3 | D | 5E | 37 |
| Octal | 370 | 121 | 43 | 0 | 103 | 126 | 3 | 15 | 136 | 67 |
| Binary | 11111000 | 1010001 | 100011 | 0 | 1000011 | 1010110 | 11 | 1101 | 1011110 | 110111 |
Color Harmonies of #F85123
Complementary color
Monochromatic Colors of #F85123
Black with #F85123
Text Example
Text Example
White with #F85123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85123; }
p { color: rgb(248,81,35); }
H1.HeaderClassName
{
color: #F85123;
}
.AnyTagClassName
{
color: #F85123;
}
</style>
background-color css
<style>
a { background-color: #F85123; }
a { background-color: rgb(248,81,35); }
div.DivClassName
{
background-color: #F85123;
}
.BgClassName
{
background-color: #F85123;
}
</style>
border-color css
<style>
span { border-color: #F85123; }
span { border-color: rgb(248,81,35); }
td.TdClassName
{
border-color: #F85123;
}
.TagClassName
{
border-color: #F85123;
}
</style>