Shades of Outrageous Orange #F85D21
Tints of Outrageous Orange #F85D21
RGB
CMYK
RGB Variations
Color information
#F85D21 (or 0xF85D21) is known color: Outrageous Orange. HEX triplet: F8, 5D and 21. RGB value is (248,93,33). Sum of RGB (Red+Green+Blue) = 248+93+33=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D21 is #07A2DE. Grayscale: #848484. Windows color (decimal): -500447 or 2186744. OLE color: 2186744.
HSL color Cylindrical-coordinate representation of color #F85D21: hue angle of 16.74º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F85D21 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 33 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.03 |
| HSL | 16.74º | 0.94% | 0.55% | - |
| HSV(B) | 16.74º | 0.87% | 0.97% | - |
| XYZ | 42.9 | 27.89 | 4.56 | - |
| YUV | 132.51 | 71.85 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 33 | 0 | 0.62 | 0.87 | 0.03 | 16.74 | 0.94 | 0.55 |
| Hex | F8 | 5D | 21 | 0 | 3E | 57 | 3 | 11 | 5E | 37 |
| Octal | 370 | 135 | 41 | 0 | 76 | 127 | 3 | 21 | 136 | 67 |
| Binary | 11111000 | 1011101 | 100001 | 0 | 111110 | 1010111 | 11 | 10001 | 1011110 | 110111 |
Color Harmonies of #F85D21
Complementary color
Monochromatic Colors of #F85D21
Black with #F85D21
Text Example
Text Example
White with #F85D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D21; }
p { color: rgb(248,93,33); }
H1.HeaderClassName
{
color: #F85D21;
}
.AnyTagClassName
{
color: #F85D21;
}
</style>
background-color css
<style>
a { background-color: #F85D21; }
a { background-color: rgb(248,93,33); }
div.DivClassName
{
background-color: #F85D21;
}
.BgClassName
{
background-color: #F85D21;
}
</style>
border-color css
<style>
span { border-color: #F85D21; }
span { border-color: rgb(248,93,33); }
td.TdClassName
{
border-color: #F85D21;
}
.TagClassName
{
border-color: #F85D21;
}
</style>