Shades of Outrageous Orange #F85D34
Tints of Outrageous Orange #F85D34
RGB
CMYK
RGB Variations
Color information
#F85D34 (or 0xF85D34) is known color: Outrageous Orange. HEX triplet: F8, 5D and 34. RGB value is (248,93,52). Sum of RGB (Red+Green+Blue) = 248+93+52=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D34 is #07A2CB. Grayscale: #868686. Windows color (decimal): -500428 or 3431928. OLE color: 3431928.
HSL color Cylindrical-coordinate representation of color #F85D34: hue angle of 12.55º 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 #F85D34 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 52 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.03 |
| HSL | 12.55º | 0.93% | 0.59% | - |
| HSV(B) | 12.55º | 0.79% | 0.97% | - |
| XYZ | 43.25 | 28.03 | 6.38 | - |
| YUV | 134.67 | 81.35 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 52 | 0 | 0.62 | 0.79 | 0.03 | 12.55 | 0.93 | 0.59 |
| Hex | F8 | 5D | 34 | 0 | 3E | 4F | 3 | D | 5D | 3B |
| Octal | 370 | 135 | 64 | 0 | 76 | 117 | 3 | 15 | 135 | 73 |
| Binary | 11111000 | 1011101 | 110100 | 0 | 111110 | 1001111 | 11 | 1101 | 1011101 | 111011 |
Color Harmonies of #F85D34
Complementary color
Monochromatic Colors of #F85D34
Black with #F85D34
Text Example
Text Example
White with #F85D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D34; }
p { color: rgb(248,93,52); }
H1.HeaderClassName
{
color: #F85D34;
}
.AnyTagClassName
{
color: #F85D34;
}
</style>
background-color css
<style>
a { background-color: #F85D34; }
a { background-color: rgb(248,93,52); }
div.DivClassName
{
background-color: #F85D34;
}
.BgClassName
{
background-color: #F85D34;
}
</style>
border-color css
<style>
span { border-color: #F85D34; }
span { border-color: rgb(248,93,52); }
td.TdClassName
{
border-color: #F85D34;
}
.TagClassName
{
border-color: #F85D34;
}
</style>