Shades of Outrageous Orange #F45B2E
Tints of Outrageous Orange #F45B2E
RGB
CMYK
RGB Variations
Color information
#F45B2E (or 0xF45B2E) is known color: Outrageous Orange. HEX triplet: F4, 5B and 2E. RGB value is (244,91,46). Sum of RGB (Red+Green+Blue) = 244+91+46=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45B2E is #0BA4D1. Grayscale: #838383. Windows color (decimal): -763090 or 3038196. OLE color: 3038196.
HSL color Cylindrical-coordinate representation of color #F45B2E: hue angle of 13.64º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F45B2E is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 46 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.04 |
| HSL | 13.64º | 0.9% | 0.57% | - |
| HSV(B) | 13.64º | 0.81% | 0.96% | - |
| XYZ | 41.54 | 26.91 | 5.59 | - |
| YUV | 131.62 | 79.69 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 46 | 0 | 0.63 | 0.81 | 0.04 | 13.64 | 0.9 | 0.57 |
| Hex | F4 | 5B | 2E | 0 | 3F | 51 | 4 | E | 5A | 39 |
| Octal | 364 | 133 | 56 | 0 | 77 | 121 | 4 | 16 | 132 | 71 |
| Binary | 11110100 | 1011011 | 101110 | 0 | 111111 | 1010001 | 100 | 1110 | 1011010 | 111001 |
Color Harmonies of #F45B2E
Complementary color
Monochromatic Colors of #F45B2E
Black with #F45B2E
Text Example
Text Example
White with #F45B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45B2E; }
p { color: rgb(244,91,46); }
H1.HeaderClassName
{
color: #F45B2E;
}
.AnyTagClassName
{
color: #F45B2E;
}
</style>
background-color css
<style>
a { background-color: #F45B2E; }
a { background-color: rgb(244,91,46); }
div.DivClassName
{
background-color: #F45B2E;
}
.BgClassName
{
background-color: #F45B2E;
}
</style>
border-color css
<style>
span { border-color: #F45B2E; }
span { border-color: rgb(244,91,46); }
td.TdClassName
{
border-color: #F45B2E;
}
.TagClassName
{
border-color: #F45B2E;
}
</style>