Shades of Outrageous Orange #F45A20
Tints of Outrageous Orange #F45A20
RGB
CMYK
RGB Variations
Color information
#F45A20 (or 0xF45A20) is known color: Outrageous Orange. HEX triplet: F4, 5A and 20. RGB value is (244,90,32). Sum of RGB (Red+Green+Blue) = 244+90+32=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A20 is #0BA5DF. Grayscale: #818181. Windows color (decimal): -763360 or 2120436. OLE color: 2120436.
HSL color Cylindrical-coordinate representation of color #F45A20: hue angle of 16.42º 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 #F45A20 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 32 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.04 |
| HSL | 16.42º | 0.91% | 0.54% | - |
| HSV(B) | 16.42º | 0.87% | 0.96% | - |
| XYZ | 41.23 | 26.65 | 4.34 | - |
| YUV | 129.43 | 73.02 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 32 | 0 | 0.63 | 0.87 | 0.04 | 16.42 | 0.91 | 0.54 |
| Hex | F4 | 5A | 20 | 0 | 3F | 57 | 4 | 10 | 5B | 36 |
| Octal | 364 | 132 | 40 | 0 | 77 | 127 | 4 | 20 | 133 | 66 |
| Binary | 11110100 | 1011010 | 100000 | 0 | 111111 | 1010111 | 100 | 10000 | 1011011 | 110110 |
Color Harmonies of #F45A20
Complementary color
Monochromatic Colors of #F45A20
Black with #F45A20
Text Example
Text Example
White with #F45A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A20; }
p { color: rgb(244,90,32); }
H1.HeaderClassName
{
color: #F45A20;
}
.AnyTagClassName
{
color: #F45A20;
}
</style>
background-color css
<style>
a { background-color: #F45A20; }
a { background-color: rgb(244,90,32); }
div.DivClassName
{
background-color: #F45A20;
}
.BgClassName
{
background-color: #F45A20;
}
</style>
border-color css
<style>
span { border-color: #F45A20; }
span { border-color: rgb(244,90,32); }
td.TdClassName
{
border-color: #F45A20;
}
.TagClassName
{
border-color: #F45A20;
}
</style>