Shades of Outrageous Orange #F85129
Tints of Outrageous Orange #F85129
RGB
CMYK
RGB Variations
Color information
#F85129 (or 0xF85129) is known color: Outrageous Orange. HEX triplet: F8, 51 and 29. RGB value is (248,81,41). Sum of RGB (Red+Green+Blue) = 248+81+41=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F85129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85129 is #07AED6. Grayscale: #7E7E7E. Windows color (decimal): -503511 or 2707960. OLE color: 2707960.
HSL color Cylindrical-coordinate representation of color #F85129: hue angle of 11.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F85129 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.03 |
| HSL | 11.59º | 0.94% | 0.57% | - |
| HSV(B) | 11.59º | 0.83% | 0.97% | - |
| XYZ | 42.05 | 26 | 4.9 | - |
| YUV | 126.37 | 79.83 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 41 | 0 | 0.67 | 0.83 | 0.03 | 11.59 | 0.94 | 0.57 |
| Hex | F8 | 51 | 29 | 0 | 43 | 53 | 3 | C | 5E | 39 |
| Octal | 370 | 121 | 51 | 0 | 103 | 123 | 3 | 14 | 136 | 71 |
| Binary | 11111000 | 1010001 | 101001 | 0 | 1000011 | 1010011 | 11 | 1100 | 1011110 | 111001 |
Color Harmonies of #F85129
Complementary color
Monochromatic Colors of #F85129
Black with #F85129
Text Example
Text Example
White with #F85129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85129; }
p { color: rgb(248,81,41); }
H1.HeaderClassName
{
color: #F85129;
}
.AnyTagClassName
{
color: #F85129;
}
</style>
background-color css
<style>
a { background-color: #F85129; }
a { background-color: rgb(248,81,41); }
div.DivClassName
{
background-color: #F85129;
}
.BgClassName
{
background-color: #F85129;
}
</style>
border-color css
<style>
span { border-color: #F85129; }
span { border-color: rgb(248,81,41); }
td.TdClassName
{
border-color: #F85129;
}
.TagClassName
{
border-color: #F85129;
}
</style>