Shades of Outrageous Orange #F85C32
Tints of Outrageous Orange #F85C32
RGB
CMYK
RGB Variations
Color information
#F85C32 (or 0xF85C32) is known color: Outrageous Orange. HEX triplet: F8, 5C and 32. RGB value is (248,92,50). Sum of RGB (Red+Green+Blue) = 248+92+50=390 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.59% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C32 is #07A3CD. Grayscale: #868686. Windows color (decimal): -500686 or 3300600. OLE color: 3300600.
HSL color Cylindrical-coordinate representation of color #F85C32: hue angle of 12.73º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F85C32 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 50 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.03 |
| HSL | 12.73º | 0.93% | 0.58% | - |
| HSV(B) | 12.73º | 0.8% | 0.97% | - |
| XYZ | 43.11 | 27.84 | 6.12 | - |
| YUV | 133.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 50 | 0 | 0.63 | 0.80 | 0.03 | 12.73 | 0.93 | 0.58 |
| Hex | F8 | 5C | 32 | 0 | 3F | 50 | 3 | D | 5D | 3A |
| Octal | 370 | 134 | 62 | 0 | 77 | 120 | 3 | 15 | 135 | 72 |
| Binary | 11111000 | 1011100 | 110010 | 0 | 111111 | 1010000 | 11 | 1101 | 1011101 | 111010 |
Color Harmonies of #F85C32
Complementary color
Monochromatic Colors of #F85C32
Black with #F85C32
Text Example
Text Example
White with #F85C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C32; }
p { color: rgb(248,92,50); }
H1.HeaderClassName
{
color: #F85C32;
}
.AnyTagClassName
{
color: #F85C32;
}
</style>
background-color css
<style>
a { background-color: #F85C32; }
a { background-color: rgb(248,92,50); }
div.DivClassName
{
background-color: #F85C32;
}
.BgClassName
{
background-color: #F85C32;
}
</style>
border-color css
<style>
span { border-color: #F85C32; }
span { border-color: rgb(248,92,50); }
td.TdClassName
{
border-color: #F85C32;
}
.TagClassName
{
border-color: #F85C32;
}
</style>