Shades of Outrageous Orange #F45529
Tints of Outrageous Orange #F45529
RGB
CMYK
RGB Variations
Color information
#F45529 (or 0xF45529) is known color: Outrageous Orange. HEX triplet: F4, 55 and 29. RGB value is (244,85,41). Sum of RGB (Red+Green+Blue) = 244+85+41=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F45529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45529 is #0BAAD6. Grayscale: #7F7F7F. Windows color (decimal): -764631 or 2708980. OLE color: 2708980.
HSL color Cylindrical-coordinate representation of color #F45529: hue angle of 13º 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 #F45529 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 41 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.04 |
| HSL | 13º | 0.9% | 0.56% | - |
| HSV(B) | 13º | 0.83% | 0.96% | - |
| XYZ | 40.96 | 25.89 | 4.94 | - |
| YUV | 127.53 | 79.18 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 41 | 0 | 0.65 | 0.83 | 0.04 | 13 | 0.9 | 0.56 |
| Hex | F4 | 55 | 29 | 0 | 41 | 53 | 4 | D | 5A | 38 |
| Octal | 364 | 125 | 51 | 0 | 101 | 123 | 4 | 15 | 132 | 70 |
| Binary | 11110100 | 1010101 | 101001 | 0 | 1000001 | 1010011 | 100 | 1101 | 1011010 | 111000 |
Color Harmonies of #F45529
Complementary color
Monochromatic Colors of #F45529
Black with #F45529
Text Example
Text Example
White with #F45529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45529; }
p { color: rgb(244,85,41); }
H1.HeaderClassName
{
color: #F45529;
}
.AnyTagClassName
{
color: #F45529;
}
</style>
background-color css
<style>
a { background-color: #F45529; }
a { background-color: rgb(244,85,41); }
div.DivClassName
{
background-color: #F45529;
}
.BgClassName
{
background-color: #F45529;
}
</style>
border-color css
<style>
span { border-color: #F45529; }
span { border-color: rgb(244,85,41); }
td.TdClassName
{
border-color: #F45529;
}
.TagClassName
{
border-color: #F45529;
}
</style>