Shades of Outrageous Orange #F55229
Tints of Outrageous Orange #F55229
RGB
CMYK
RGB Variations
Color information
#F55229 (or 0xF55229) is known color: Outrageous Orange. HEX triplet: F5, 52 and 29. RGB value is (245,82,41). Sum of RGB (Red+Green+Blue) = 245+82+41=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F55229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55229 is #0AADD6. Grayscale: #7E7E7E. Windows color (decimal): -699863 or 2708213. OLE color: 2708213.
HSL color Cylindrical-coordinate representation of color #F55229: hue angle of 12.06º 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 #F55229 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 41 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.04 |
| HSL | 12.06º | 0.91% | 0.56% | - |
| HSV(B) | 12.06º | 0.83% | 0.96% | - |
| XYZ | 41.07 | 25.61 | 4.88 | - |
| YUV | 126.06 | 80 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 41 | 0 | 0.67 | 0.83 | 0.04 | 12.06 | 0.91 | 0.56 |
| Hex | F5 | 52 | 29 | 0 | 43 | 53 | 4 | C | 5B | 38 |
| Octal | 365 | 122 | 51 | 0 | 103 | 123 | 4 | 14 | 133 | 70 |
| Binary | 11110101 | 1010010 | 101001 | 0 | 1000011 | 1010011 | 100 | 1100 | 1011011 | 111000 |
Color Harmonies of #F55229
Complementary color
Monochromatic Colors of #F55229
Black with #F55229
Text Example
Text Example
White with #F55229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55229; }
p { color: rgb(245,82,41); }
H1.HeaderClassName
{
color: #F55229;
}
.AnyTagClassName
{
color: #F55229;
}
</style>
background-color css
<style>
a { background-color: #F55229; }
a { background-color: rgb(245,82,41); }
div.DivClassName
{
background-color: #F55229;
}
.BgClassName
{
background-color: #F55229;
}
</style>
border-color css
<style>
span { border-color: #F55229; }
span { border-color: rgb(245,82,41); }
td.TdClassName
{
border-color: #F55229;
}
.TagClassName
{
border-color: #F55229;
}
</style>