Shades of Outrageous Orange #F85C21
Tints of Outrageous Orange #F85C21
RGB
CMYK
RGB Variations
Color information
#F85C21 (or 0xF85C21) is known color: Outrageous Orange. HEX triplet: F8, 5C and 21. RGB value is (248,92,33). Sum of RGB (Red+Green+Blue) = 248+92+33=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85C21 is #07A3DE. Grayscale: #848484. Windows color (decimal): -500703 or 2186488. OLE color: 2186488.
HSL color Cylindrical-coordinate representation of color #F85C21: hue angle of 16.47º 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 #F85C21 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 33 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.03 |
| HSL | 16.47º | 0.94% | 0.55% | - |
| HSV(B) | 16.47º | 0.87% | 0.97% | - |
| XYZ | 42.81 | 27.72 | 4.53 | - |
| YUV | 131.92 | 72.18 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 33 | 0 | 0.63 | 0.87 | 0.03 | 16.47 | 0.94 | 0.55 |
| Hex | F8 | 5C | 21 | 0 | 3F | 57 | 3 | 10 | 5E | 37 |
| Octal | 370 | 134 | 41 | 0 | 77 | 127 | 3 | 20 | 136 | 67 |
| Binary | 11111000 | 1011100 | 100001 | 0 | 111111 | 1010111 | 11 | 10000 | 1011110 | 110111 |
Color Harmonies of #F85C21
Complementary color
Monochromatic Colors of #F85C21
Black with #F85C21
Text Example
Text Example
White with #F85C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C21; }
p { color: rgb(248,92,33); }
H1.HeaderClassName
{
color: #F85C21;
}
.AnyTagClassName
{
color: #F85C21;
}
</style>
background-color css
<style>
a { background-color: #F85C21; }
a { background-color: rgb(248,92,33); }
div.DivClassName
{
background-color: #F85C21;
}
.BgClassName
{
background-color: #F85C21;
}
</style>
border-color css
<style>
span { border-color: #F85C21; }
span { border-color: rgb(248,92,33); }
td.TdClassName
{
border-color: #F85C21;
}
.TagClassName
{
border-color: #F85C21;
}
</style>