Shades of Outrageous Orange #F85529
Tints of Outrageous Orange #F85529
RGB
CMYK
RGB Variations
Color information
#F85529 (or 0xF85529) is known color: Outrageous Orange. HEX triplet: F8, 55 and 29. RGB value is (248,85,41). Sum of RGB (Red+Green+Blue) = 248+85+41=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F85529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85529 is #07AAD6. Grayscale: #818181. Windows color (decimal): -502487 or 2708984. OLE color: 2708984.
HSL color Cylindrical-coordinate representation of color #F85529: hue angle of 12.75º 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 #F85529 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 41 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.03 |
| HSL | 12.75º | 0.94% | 0.57% | - |
| HSV(B) | 12.75º | 0.83% | 0.97% | - |
| XYZ | 42.36 | 26.61 | 5 | - |
| YUV | 128.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 41 | 0 | 0.66 | 0.83 | 0.03 | 12.75 | 0.94 | 0.57 |
| Hex | F8 | 55 | 29 | 0 | 42 | 53 | 3 | D | 5E | 39 |
| Octal | 370 | 125 | 51 | 0 | 102 | 123 | 3 | 15 | 136 | 71 |
| Binary | 11111000 | 1010101 | 101001 | 0 | 1000010 | 1010011 | 11 | 1101 | 1011110 | 111001 |
Color Harmonies of #F85529
Complementary color
Monochromatic Colors of #F85529
Black with #F85529
Text Example
Text Example
White with #F85529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85529; }
p { color: rgb(248,85,41); }
H1.HeaderClassName
{
color: #F85529;
}
.AnyTagClassName
{
color: #F85529;
}
</style>
background-color css
<style>
a { background-color: #F85529; }
a { background-color: rgb(248,85,41); }
div.DivClassName
{
background-color: #F85529;
}
.BgClassName
{
background-color: #F85529;
}
</style>
border-color css
<style>
span { border-color: #F85529; }
span { border-color: rgb(248,85,41); }
td.TdClassName
{
border-color: #F85529;
}
.TagClassName
{
border-color: #F85529;
}
</style>