Shades of Outrageous Orange #F45C30
Tints of Outrageous Orange #F45C30
RGB
CMYK
RGB Variations
Color information
#F45C30 (or 0xF45C30) is known color: Outrageous Orange. HEX triplet: F4, 5C and 30. RGB value is (244,92,48). Sum of RGB (Red+Green+Blue) = 244+92+48=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45C30 is #0BA3CF. Grayscale: #848484. Windows color (decimal): -762832 or 3169524. OLE color: 3169524.
HSL color Cylindrical-coordinate representation of color #F45C30: hue angle of 13.47º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F45C30 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 48 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.04 |
| HSL | 13.47º | 0.9% | 0.57% | - |
| HSV(B) | 13.47º | 0.8% | 0.96% | - |
| XYZ | 41.67 | 27.1 | 5.83 | - |
| YUV | 132.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 48 | 0 | 0.62 | 0.80 | 0.04 | 13.47 | 0.9 | 0.57 |
| Hex | F4 | 5C | 30 | 0 | 3E | 50 | 4 | D | 5A | 39 |
| Octal | 364 | 134 | 60 | 0 | 76 | 120 | 4 | 15 | 132 | 71 |
| Binary | 11110100 | 1011100 | 110000 | 0 | 111110 | 1010000 | 100 | 1101 | 1011010 | 111001 |
Color Harmonies of #F45C30
Complementary color
Monochromatic Colors of #F45C30
Black with #F45C30
Text Example
Text Example
White with #F45C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C30; }
p { color: rgb(244,92,48); }
H1.HeaderClassName
{
color: #F45C30;
}
.AnyTagClassName
{
color: #F45C30;
}
</style>
background-color css
<style>
a { background-color: #F45C30; }
a { background-color: rgb(244,92,48); }
div.DivClassName
{
background-color: #F45C30;
}
.BgClassName
{
background-color: #F45C30;
}
</style>
border-color css
<style>
span { border-color: #F45C30; }
span { border-color: rgb(244,92,48); }
td.TdClassName
{
border-color: #F45C30;
}
.TagClassName
{
border-color: #F45C30;
}
</style>