Shades of Outrageous Orange #F85933
Tints of Outrageous Orange #F85933
RGB
CMYK
RGB Variations
Color information
#F85933 (or 0xF85933) is known color: Outrageous Orange. HEX triplet: F8, 59 and 33. RGB value is (248,89,51). Sum of RGB (Red+Green+Blue) = 248+89+51=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F85933 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85933 is #07A6CC. Grayscale: #848484. Windows color (decimal): -501453 or 3365368. OLE color: 3365368.
HSL color Cylindrical-coordinate representation of color #F85933: hue angle of 11.57º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F85933 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 51 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.03 |
| HSL | 11.57º | 0.93% | 0.59% | - |
| HSV(B) | 11.57º | 0.79% | 0.97% | - |
| XYZ | 42.88 | 27.34 | 6.15 | - |
| YUV | 132.21 | 82.18 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 51 | 0 | 0.64 | 0.79 | 0.03 | 11.57 | 0.93 | 0.59 |
| Hex | F8 | 59 | 33 | 0 | 40 | 4F | 3 | C | 5D | 3B |
| Octal | 370 | 131 | 63 | 0 | 100 | 117 | 3 | 14 | 135 | 73 |
| Binary | 11111000 | 1011001 | 110011 | 0 | 1000000 | 1001111 | 11 | 1100 | 1011101 | 111011 |
Color Harmonies of #F85933
Complementary color
Monochromatic Colors of #F85933
Black with #F85933
Text Example
Text Example
White with #F85933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85933; }
p { color: rgb(248,89,51); }
H1.HeaderClassName
{
color: #F85933;
}
.AnyTagClassName
{
color: #F85933;
}
</style>
background-color css
<style>
a { background-color: #F85933; }
a { background-color: rgb(248,89,51); }
div.DivClassName
{
background-color: #F85933;
}
.BgClassName
{
background-color: #F85933;
}
</style>
border-color css
<style>
span { border-color: #F85933; }
span { border-color: rgb(248,89,51); }
td.TdClassName
{
border-color: #F85933;
}
.TagClassName
{
border-color: #F85933;
}
</style>