Shades of Outrageous Orange #F85537
Tints of Outrageous Orange #F85537
RGB
CMYK
RGB Variations
Color information
#F85537 (or 0xF85537) is known color: Outrageous Orange. HEX triplet: F8, 55 and 37. RGB value is (248,85,55). Sum of RGB (Red+Green+Blue) = 248+85+55=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F85537 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85537 is #07AAC8. Grayscale: #828282. Windows color (decimal): -502473 or 3626488. OLE color: 3626488.
HSL color Cylindrical-coordinate representation of color #F85537: hue angle of 9.33º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F85537 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 55 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.03 |
| HSL | 9.33º | 0.93% | 0.59% | - |
| HSV(B) | 9.33º | 0.78% | 0.97% | - |
| XYZ | 42.65 | 26.73 | 6.53 | - |
| YUV | 130.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 55 | 0 | 0.66 | 0.78 | 0.03 | 9.33 | 0.93 | 0.59 |
| Hex | F8 | 55 | 37 | 0 | 42 | 4E | 3 | 9 | 5D | 3B |
| Octal | 370 | 125 | 67 | 0 | 102 | 116 | 3 | 11 | 135 | 73 |
| Binary | 11111000 | 1010101 | 110111 | 0 | 1000010 | 1001110 | 11 | 1001 | 1011101 | 111011 |
Color Harmonies of #F85537
Complementary color
Monochromatic Colors of #F85537
Black with #F85537
Text Example
Text Example
White with #F85537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85537; }
p { color: rgb(248,85,55); }
H1.HeaderClassName
{
color: #F85537;
}
.AnyTagClassName
{
color: #F85537;
}
</style>
background-color css
<style>
a { background-color: #F85537; }
a { background-color: rgb(248,85,55); }
div.DivClassName
{
background-color: #F85537;
}
.BgClassName
{
background-color: #F85537;
}
</style>
border-color css
<style>
span { border-color: #F85537; }
span { border-color: rgb(248,85,55); }
td.TdClassName
{
border-color: #F85537;
}
.TagClassName
{
border-color: #F85537;
}
</style>