Shades of Outrageous Orange #F45D2C
Tints of Outrageous Orange #F45D2C
RGB
CMYK
RGB Variations
Color information
#F45D2C (or 0xF45D2C) is known color: Outrageous Orange. HEX triplet: F4, 5D and 2C. RGB value is (244,93,44). Sum of RGB (Red+Green+Blue) = 244+93+44=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D2C is #0BA2D3. Grayscale: #848484. Windows color (decimal): -762580 or 2907636. OLE color: 2907636.
HSL color Cylindrical-coordinate representation of color #F45D2C: hue angle of 14.7º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F45D2C is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 44 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.04 |
| HSL | 14.7º | 0.9% | 0.56% | - |
| HSV(B) | 14.7º | 0.82% | 0.96% | - |
| XYZ | 41.68 | 27.24 | 5.44 | - |
| YUV | 132.56 | 78.03 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 44 | 0 | 0.62 | 0.82 | 0.04 | 14.7 | 0.9 | 0.56 |
| Hex | F4 | 5D | 2C | 0 | 3E | 52 | 4 | F | 5A | 38 |
| Octal | 364 | 135 | 54 | 0 | 76 | 122 | 4 | 17 | 132 | 70 |
| Binary | 11110100 | 1011101 | 101100 | 0 | 111110 | 1010010 | 100 | 1111 | 1011010 | 111000 |
Color Harmonies of #F45D2C
Complementary color
Monochromatic Colors of #F45D2C
Black with #F45D2C
Text Example
Text Example
White with #F45D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D2C; }
p { color: rgb(244,93,44); }
H1.HeaderClassName
{
color: #F45D2C;
}
.AnyTagClassName
{
color: #F45D2C;
}
</style>
background-color css
<style>
a { background-color: #F45D2C; }
a { background-color: rgb(244,93,44); }
div.DivClassName
{
background-color: #F45D2C;
}
.BgClassName
{
background-color: #F45D2C;
}
</style>
border-color css
<style>
span { border-color: #F45D2C; }
span { border-color: rgb(244,93,44); }
td.TdClassName
{
border-color: #F45D2C;
}
.TagClassName
{
border-color: #F45D2C;
}
</style>