Shades of Outrageous Orange #F85329
Tints of Outrageous Orange #F85329
RGB
CMYK
RGB Variations
Color information
#F85329 (or 0xF85329) is known color: Outrageous Orange. HEX triplet: F8, 53 and 29. RGB value is (248,83,41). Sum of RGB (Red+Green+Blue) = 248+83+41=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F85329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85329 is #07ACD6. Grayscale: #7F7F7F. Windows color (decimal): -502999 or 2708472. OLE color: 2708472.
HSL color Cylindrical-coordinate representation of color #F85329: hue angle of 12.17º 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 #F85329 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 83 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.03 |
| HSL | 12.17º | 0.94% | 0.57% | - |
| HSV(B) | 12.17º | 0.83% | 0.97% | - |
| XYZ | 42.2 | 26.3 | 4.95 | - |
| YUV | 127.55 | 79.16 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 83 | 41 | 0 | 0.67 | 0.83 | 0.03 | 12.17 | 0.94 | 0.57 |
| Hex | F8 | 53 | 29 | 0 | 43 | 53 | 3 | C | 5E | 39 |
| Octal | 370 | 123 | 51 | 0 | 103 | 123 | 3 | 14 | 136 | 71 |
| Binary | 11111000 | 1010011 | 101001 | 0 | 1000011 | 1010011 | 11 | 1100 | 1011110 | 111001 |
Color Harmonies of #F85329
Complementary color
Monochromatic Colors of #F85329
Black with #F85329
Text Example
Text Example
White with #F85329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85329; }
p { color: rgb(248,83,41); }
H1.HeaderClassName
{
color: #F85329;
}
.AnyTagClassName
{
color: #F85329;
}
</style>
background-color css
<style>
a { background-color: #F85329; }
a { background-color: rgb(248,83,41); }
div.DivClassName
{
background-color: #F85329;
}
.BgClassName
{
background-color: #F85329;
}
</style>
border-color css
<style>
span { border-color: #F85329; }
span { border-color: rgb(248,83,41); }
td.TdClassName
{
border-color: #F85329;
}
.TagClassName
{
border-color: #F85329;
}
</style>