Shades of Outrageous Orange #F45620
Tints of Outrageous Orange #F45620
RGB
CMYK
RGB Variations
Color information
#F45620 (or 0xF45620) is known color: Outrageous Orange. HEX triplet: F4, 56 and 20. RGB value is (244,86,32). Sum of RGB (Red+Green+Blue) = 244+86+32=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F45620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45620 is #0BA9DF. Grayscale: #7F7F7F. Windows color (decimal): -764384 or 2119412. OLE color: 2119412.
HSL color Cylindrical-coordinate representation of color #F45620: hue angle of 15.28º 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 #F45620 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 32 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.04 |
| HSL | 15.28º | 0.91% | 0.54% | - |
| HSV(B) | 15.28º | 0.87% | 0.96% | - |
| XYZ | 40.9 | 25.99 | 4.23 | - |
| YUV | 127.09 | 74.35 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 32 | 0 | 0.65 | 0.87 | 0.04 | 15.28 | 0.91 | 0.54 |
| Hex | F4 | 56 | 20 | 0 | 41 | 57 | 4 | F | 5B | 36 |
| Octal | 364 | 126 | 40 | 0 | 101 | 127 | 4 | 17 | 133 | 66 |
| Binary | 11110100 | 1010110 | 100000 | 0 | 1000001 | 1010111 | 100 | 1111 | 1011011 | 110110 |
Color Harmonies of #F45620
Complementary color
Monochromatic Colors of #F45620
Black with #F45620
Text Example
Text Example
White with #F45620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45620; }
p { color: rgb(244,86,32); }
H1.HeaderClassName
{
color: #F45620;
}
.AnyTagClassName
{
color: #F45620;
}
</style>
background-color css
<style>
a { background-color: #F45620; }
a { background-color: rgb(244,86,32); }
div.DivClassName
{
background-color: #F45620;
}
.BgClassName
{
background-color: #F45620;
}
</style>
border-color css
<style>
span { border-color: #F45620; }
span { border-color: rgb(244,86,32); }
td.TdClassName
{
border-color: #F45620;
}
.TagClassName
{
border-color: #F45620;
}
</style>