Shades of Outrageous Orange #F45129
Tints of Outrageous Orange #F45129
RGB
CMYK
RGB Variations
Color information
#F45129 (or 0xF45129) is known color: Outrageous Orange. HEX triplet: F4, 51 and 29. RGB value is (244,81,41). Sum of RGB (Red+Green+Blue) = 244+81+41=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F45129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45129 is #0BAED6. Grayscale: #7D7D7D. Windows color (decimal): -765655 or 2707956. OLE color: 2707956.
HSL color Cylindrical-coordinate representation of color #F45129: hue angle of 11.82º 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 #F45129 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 11.82º | 0.9% | 0.56% | - |
| HSV(B) | 11.82º | 0.83% | 0.96% | - |
| XYZ | 40.65 | 25.28 | 4.83 | - |
| YUV | 125.18 | 80.5 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 41 | 0 | 0.67 | 0.83 | 0.04 | 11.82 | 0.9 | 0.56 |
| Hex | F4 | 51 | 29 | 0 | 43 | 53 | 4 | C | 5A | 38 |
| Octal | 364 | 121 | 51 | 0 | 103 | 123 | 4 | 14 | 132 | 70 |
| Binary | 11110100 | 1010001 | 101001 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011010 | 111000 |
Color Harmonies of #F45129
Complementary color
Monochromatic Colors of #F45129
Black with #F45129
Text Example
Text Example
White with #F45129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45129; }
p { color: rgb(244,81,41); }
H1.HeaderClassName
{
color: #F45129;
}
.AnyTagClassName
{
color: #F45129;
}
</style>
background-color css
<style>
a { background-color: #F45129; }
a { background-color: rgb(244,81,41); }
div.DivClassName
{
background-color: #F45129;
}
.BgClassName
{
background-color: #F45129;
}
</style>
border-color css
<style>
span { border-color: #F45129; }
span { border-color: rgb(244,81,41); }
td.TdClassName
{
border-color: #F45129;
}
.TagClassName
{
border-color: #F45129;
}
</style>