Shades of Outrageous Orange #F45520
Tints of Outrageous Orange #F45520
RGB
CMYK
RGB Variations
Color information
#F45520 (or 0xF45520) is known color: Outrageous Orange. HEX triplet: F4, 55 and 20. RGB value is (244,85,32). Sum of RGB (Red+Green+Blue) = 244+85+32=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F45520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45520 is #0BAADF. Grayscale: #7E7E7E. Windows color (decimal): -764640 or 2119156. OLE color: 2119156.
HSL color Cylindrical-coordinate representation of color #F45520: hue angle of 15º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F45520 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 32 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.04 |
| HSL | 15º | 0.91% | 0.54% | - |
| HSV(B) | 15º | 0.87% | 0.96% | - |
| XYZ | 40.82 | 25.83 | 4.2 | - |
| YUV | 126.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 32 | 0 | 0.65 | 0.87 | 0.04 | 15 | 0.91 | 0.54 |
| Hex | F4 | 55 | 20 | 0 | 41 | 57 | 4 | F | 5B | 36 |
| Octal | 364 | 125 | 40 | 0 | 101 | 127 | 4 | 17 | 133 | 66 |
| Binary | 11110100 | 1010101 | 100000 | 0 | 1000001 | 1010111 | 100 | 1111 | 1011011 | 110110 |
Color Harmonies of #F45520
Complementary color
Monochromatic Colors of #F45520
Black with #F45520
Text Example
Text Example
White with #F45520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45520; }
p { color: rgb(244,85,32); }
H1.HeaderClassName
{
color: #F45520;
}
.AnyTagClassName
{
color: #F45520;
}
</style>
background-color css
<style>
a { background-color: #F45520; }
a { background-color: rgb(244,85,32); }
div.DivClassName
{
background-color: #F45520;
}
.BgClassName
{
background-color: #F45520;
}
</style>
border-color css
<style>
span { border-color: #F45520; }
span { border-color: rgb(244,85,32); }
td.TdClassName
{
border-color: #F45520;
}
.TagClassName
{
border-color: #F45520;
}
</style>