Shades of Outrageous Orange #F45B3A
Tints of Outrageous Orange #F45B3A
RGB
CMYK
RGB Variations
Color information
#F45B3A (or 0xF45B3A) is known color: Outrageous Orange. HEX triplet: F4, 5B and 3A. RGB value is (244,91,58). Sum of RGB (Red+Green+Blue) = 244+91+58=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45B3A is #0BA4C5. Grayscale: #858585. Windows color (decimal): -763078 or 3824628. OLE color: 3824628.
HSL color Cylindrical-coordinate representation of color #F45B3A: hue angle of 10.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F45B3A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 58 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.04 |
| HSL | 10.65º | 0.89% | 0.59% | - |
| HSV(B) | 10.65º | 0.76% | 0.96% | - |
| XYZ | 41.81 | 27.02 | 7.01 | - |
| YUV | 132.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 58 | 0 | 0.63 | 0.76 | 0.04 | 10.65 | 0.89 | 0.59 |
| Hex | F4 | 5B | 3A | 0 | 3F | 4C | 4 | B | 59 | 3B |
| Octal | 364 | 133 | 72 | 0 | 77 | 114 | 4 | 13 | 131 | 73 |
| Binary | 11110100 | 1011011 | 111010 | 0 | 111111 | 1001100 | 100 | 1011 | 1011001 | 111011 |
Color Harmonies of #F45B3A
Complementary color
Monochromatic Colors of #F45B3A
Black with #F45B3A
Text Example
Text Example
White with #F45B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45B3A; }
p { color: rgb(244,91,58); }
H1.HeaderClassName
{
color: #F45B3A;
}
.AnyTagClassName
{
color: #F45B3A;
}
</style>
background-color css
<style>
a { background-color: #F45B3A; }
a { background-color: rgb(244,91,58); }
div.DivClassName
{
background-color: #F45B3A;
}
.BgClassName
{
background-color: #F45B3A;
}
</style>
border-color css
<style>
span { border-color: #F45B3A; }
span { border-color: rgb(244,91,58); }
td.TdClassName
{
border-color: #F45B3A;
}
.TagClassName
{
border-color: #F45B3A;
}
</style>