Shades of Outrageous Orange #F55929
Tints of Outrageous Orange #F55929
RGB
CMYK
RGB Variations
Color information
#F55929 (or 0xF55929) is known color: Outrageous Orange. HEX triplet: F5, 59 and 29. RGB value is (245,89,41). Sum of RGB (Red+Green+Blue) = 245+89+41=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F55929 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55929 is #0AA6D6. Grayscale: #828282. Windows color (decimal): -698071 or 2710005. OLE color: 2710005.
HSL color Cylindrical-coordinate representation of color #F55929: hue angle of 14.12º degrees, saturation: 0.91, 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 #F55929 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 41 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.04 |
| HSL | 14.12º | 0.91% | 0.56% | - |
| HSV(B) | 14.12º | 0.83% | 0.96% | - |
| XYZ | 41.63 | 26.72 | 5.06 | - |
| YUV | 130.17 | 77.68 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 41 | 0 | 0.64 | 0.83 | 0.04 | 14.12 | 0.91 | 0.56 |
| Hex | F5 | 59 | 29 | 0 | 40 | 53 | 4 | E | 5B | 38 |
| Octal | 365 | 131 | 51 | 0 | 100 | 123 | 4 | 16 | 133 | 70 |
| Binary | 11110101 | 1011001 | 101001 | 0 | 1000000 | 1010011 | 100 | 1110 | 1011011 | 111000 |
Color Harmonies of #F55929
Complementary color
Monochromatic Colors of #F55929
Black with #F55929
Text Example
Text Example
White with #F55929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55929; }
p { color: rgb(245,89,41); }
H1.HeaderClassName
{
color: #F55929;
}
.AnyTagClassName
{
color: #F55929;
}
</style>
background-color css
<style>
a { background-color: #F55929; }
a { background-color: rgb(245,89,41); }
div.DivClassName
{
background-color: #F55929;
}
.BgClassName
{
background-color: #F55929;
}
</style>
border-color css
<style>
span { border-color: #F55929; }
span { border-color: rgb(245,89,41); }
td.TdClassName
{
border-color: #F55929;
}
.TagClassName
{
border-color: #F55929;
}
</style>