Shades of Outrageous Orange #F45029
Tints of Outrageous Orange #F45029
RGB
CMYK
RGB Variations
Color information
#F45029 (or 0xF45029) is known color: Outrageous Orange. HEX triplet: F4, 50 and 29. RGB value is (244,80,41). Sum of RGB (Red+Green+Blue) = 244+80+41=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F45029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45029 is #0BAFD6. Grayscale: #7C7C7C. Windows color (decimal): -765911 or 2707700. OLE color: 2707700.
HSL color Cylindrical-coordinate representation of color #F45029: hue angle of 11.53º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F45029 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.53º | 0.9% | 0.56% | - |
| HSV(B) | 11.53º | 0.83% | 0.96% | - |
| XYZ | 40.58 | 25.13 | 4.81 | - |
| YUV | 124.59 | 80.83 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 41 | 0 | 0.67 | 0.83 | 0.04 | 11.53 | 0.9 | 0.56 |
| Hex | F4 | 50 | 29 | 0 | 43 | 53 | 4 | C | 5A | 38 |
| Octal | 364 | 120 | 51 | 0 | 103 | 123 | 4 | 14 | 132 | 70 |
| Binary | 11110100 | 1010000 | 101001 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011010 | 111000 |
Color Harmonies of #F45029
Complementary color
Monochromatic Colors of #F45029
Black with #F45029
Text Example
Text Example
White with #F45029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45029; }
p { color: rgb(244,80,41); }
H1.HeaderClassName
{
color: #F45029;
}
.AnyTagClassName
{
color: #F45029;
}
</style>
background-color css
<style>
a { background-color: #F45029; }
a { background-color: rgb(244,80,41); }
div.DivClassName
{
background-color: #F45029;
}
.BgClassName
{
background-color: #F45029;
}
</style>
border-color css
<style>
span { border-color: #F45029; }
span { border-color: rgb(244,80,41); }
td.TdClassName
{
border-color: #F45029;
}
.TagClassName
{
border-color: #F45029;
}
</style>