Shades of Outrageous Orange #F45F32
Tints of Outrageous Orange #F45F32
RGB
CMYK
RGB Variations
Color information
#F45F32 (or 0xF45F32) is known color: Outrageous Orange. HEX triplet: F4, 5F and 32. RGB value is (244,95,50). Sum of RGB (Red+Green+Blue) = 244+95+50=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45F32 is #0BA0CD. Grayscale: #868686. Windows color (decimal): -762062 or 3301364. OLE color: 3301364.
HSL color Cylindrical-coordinate representation of color #F45F32: hue angle of 13.92º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F45F32 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 50 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.04 |
| HSL | 13.92º | 0.9% | 0.58% | - |
| HSV(B) | 13.92º | 0.8% | 0.96% | - |
| XYZ | 41.98 | 27.65 | 6.14 | - |
| YUV | 134.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 50 | 0 | 0.61 | 0.80 | 0.04 | 13.92 | 0.9 | 0.58 |
| Hex | F4 | 5F | 32 | 0 | 3D | 50 | 4 | E | 5A | 3A |
| Octal | 364 | 137 | 62 | 0 | 75 | 120 | 4 | 16 | 132 | 72 |
| Binary | 11110100 | 1011111 | 110010 | 0 | 111101 | 1010000 | 100 | 1110 | 1011010 | 111010 |
Color Harmonies of #F45F32
Complementary color
Monochromatic Colors of #F45F32
Black with #F45F32
Text Example
Text Example
White with #F45F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45F32; }
p { color: rgb(244,95,50); }
H1.HeaderClassName
{
color: #F45F32;
}
.AnyTagClassName
{
color: #F45F32;
}
</style>
background-color css
<style>
a { background-color: #F45F32; }
a { background-color: rgb(244,95,50); }
div.DivClassName
{
background-color: #F45F32;
}
.BgClassName
{
background-color: #F45F32;
}
</style>
border-color css
<style>
span { border-color: #F45F32; }
span { border-color: rgb(244,95,50); }
td.TdClassName
{
border-color: #F45F32;
}
.TagClassName
{
border-color: #F45F32;
}
</style>