Shades of Outrageous Orange #F45D3C
Tints of Outrageous Orange #F45D3C
RGB
CMYK
RGB Variations
Color information
#F45D3C (or 0xF45D3C) is known color: Outrageous Orange. HEX triplet: F4, 5D and 3C. RGB value is (244,93,60). Sum of RGB (Red+Green+Blue) = 244+93+60=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45D3C is #0BA2C3. Grayscale: #868686. Windows color (decimal): -762564 or 3956212. OLE color: 3956212.
HSL color Cylindrical-coordinate representation of color #F45D3C: hue angle of 10.76º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F45D3C is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 60 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.04 |
| HSL | 10.76º | 0.89% | 0.6% | - |
| HSV(B) | 10.76º | 0.75% | 0.96% | - |
| XYZ | 42.04 | 27.39 | 7.35 | - |
| YUV | 134.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 60 | 0 | 0.62 | 0.75 | 0.04 | 10.76 | 0.89 | 0.6 |
| Hex | F4 | 5D | 3C | 0 | 3E | 4B | 4 | B | 59 | 3C |
| Octal | 364 | 135 | 74 | 0 | 76 | 113 | 4 | 13 | 131 | 74 |
| Binary | 11110100 | 1011101 | 111100 | 0 | 111110 | 1001011 | 100 | 1011 | 1011001 | 111100 |
Color Harmonies of #F45D3C
Complementary color
Monochromatic Colors of #F45D3C
Black with #F45D3C
Text Example
Text Example
White with #F45D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D3C; }
p { color: rgb(244,93,60); }
H1.HeaderClassName
{
color: #F45D3C;
}
.AnyTagClassName
{
color: #F45D3C;
}
</style>
background-color css
<style>
a { background-color: #F45D3C; }
a { background-color: rgb(244,93,60); }
div.DivClassName
{
background-color: #F45D3C;
}
.BgClassName
{
background-color: #F45D3C;
}
</style>
border-color css
<style>
span { border-color: #F45D3C; }
span { border-color: rgb(244,93,60); }
td.TdClassName
{
border-color: #F45D3C;
}
.TagClassName
{
border-color: #F45D3C;
}
</style>