Shades of Outrageous Orange #F56121
Tints of Outrageous Orange #F56121
RGB
CMYK
RGB Variations
Color information
#F56121 (or 0xF56121) is known color: Outrageous Orange. HEX triplet: F5, 61 and 21. RGB value is (245,97,33). Sum of RGB (Red+Green+Blue) = 245+97+33=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F56121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56121 is #0A9EDE. Grayscale: #868686. Windows color (decimal): -696031 or 2187765. OLE color: 2187765.
HSL color Cylindrical-coordinate representation of color #F56121: hue angle of 18.11º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F56121 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 33 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.04 |
| HSL | 18.11º | 0.91% | 0.55% | - |
| HSV(B) | 18.11º | 0.87% | 0.96% | - |
| XYZ | 42.21 | 28.07 | 4.63 | - |
| YUV | 133.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 33 | 0 | 0.60 | 0.87 | 0.04 | 18.11 | 0.91 | 0.55 |
| Hex | F5 | 61 | 21 | 0 | 3C | 57 | 4 | 12 | 5B | 37 |
| Octal | 365 | 141 | 41 | 0 | 74 | 127 | 4 | 22 | 133 | 67 |
| Binary | 11110101 | 1100001 | 100001 | 0 | 111100 | 1010111 | 100 | 10010 | 1011011 | 110111 |
Color Harmonies of #F56121
Complementary color
Monochromatic Colors of #F56121
Black with #F56121
Text Example
Text Example
White with #F56121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56121; }
p { color: rgb(245,97,33); }
H1.HeaderClassName
{
color: #F56121;
}
.AnyTagClassName
{
color: #F56121;
}
</style>
background-color css
<style>
a { background-color: #F56121; }
a { background-color: rgb(245,97,33); }
div.DivClassName
{
background-color: #F56121;
}
.BgClassName
{
background-color: #F56121;
}
</style>
border-color css
<style>
span { border-color: #F56121; }
span { border-color: rgb(245,97,33); }
td.TdClassName
{
border-color: #F56121;
}
.TagClassName
{
border-color: #F56121;
}
</style>