Shades of Outrageous Orange #F85A1D
Tints of Outrageous Orange #F85A1D
RGB
CMYK
RGB Variations
Color information
#F85A1D (or 0xF85A1D) is known color: Outrageous Orange. HEX triplet: F8, 5A and 1D. RGB value is (248,90,29). Sum of RGB (Red+Green+Blue) = 248+90+29=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A1D is #07A5E2. Grayscale: #828282. Windows color (decimal): -501219 or 1923832. OLE color: 1923832.
HSL color Cylindrical-coordinate representation of color #F85A1D: hue angle of 16.71º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F85A1D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 29 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.03 |
| HSL | 16.71º | 0.94% | 0.54% | - |
| HSV(B) | 16.71º | 0.88% | 0.97% | - |
| XYZ | 42.59 | 27.36 | 4.2 | - |
| YUV | 130.29 | 70.85 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 29 | 0 | 0.64 | 0.88 | 0.03 | 16.71 | 0.94 | 0.54 |
| Hex | F8 | 5A | 1D | 0 | 40 | 58 | 3 | 11 | 5E | 36 |
| Octal | 370 | 132 | 35 | 0 | 100 | 130 | 3 | 21 | 136 | 66 |
| Binary | 11111000 | 1011010 | 11101 | 0 | 1000000 | 1011000 | 11 | 10001 | 1011110 | 110110 |
Color Harmonies of #F85A1D
Complementary color
Monochromatic Colors of #F85A1D
Black with #F85A1D
Text Example
Text Example
White with #F85A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A1D; }
p { color: rgb(248,90,29); }
H1.HeaderClassName
{
color: #F85A1D;
}
.AnyTagClassName
{
color: #F85A1D;
}
</style>
background-color css
<style>
a { background-color: #F85A1D; }
a { background-color: rgb(248,90,29); }
div.DivClassName
{
background-color: #F85A1D;
}
.BgClassName
{
background-color: #F85A1D;
}
</style>
border-color css
<style>
span { border-color: #F85A1D; }
span { border-color: rgb(248,90,29); }
td.TdClassName
{
border-color: #F85A1D;
}
.TagClassName
{
border-color: #F85A1D;
}
</style>