Shades of Outrageous Orange #F55F20
Tints of Outrageous Orange #F55F20
RGB
CMYK
RGB Variations
Color information
#F55F20 (or 0xF55F20) is known color: Outrageous Orange. HEX triplet: F5, 5F and 20. RGB value is (245,95,32). Sum of RGB (Red+Green+Blue) = 245+95+32=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F20 is #0AA0DF. Grayscale: #858585. Windows color (decimal): -696544 or 2121717. OLE color: 2121717.
HSL color Cylindrical-coordinate representation of color #F55F20: hue angle of 17.75º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F55F20 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 32 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.04 |
| HSL | 17.75º | 0.91% | 0.54% | - |
| HSV(B) | 17.75º | 0.87% | 0.96% | - |
| XYZ | 42.01 | 27.7 | 4.5 | - |
| YUV | 132.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 32 | 0 | 0.61 | 0.87 | 0.04 | 17.75 | 0.91 | 0.54 |
| Hex | F5 | 5F | 20 | 0 | 3D | 57 | 4 | 12 | 5B | 36 |
| Octal | 365 | 137 | 40 | 0 | 75 | 127 | 4 | 22 | 133 | 66 |
| Binary | 11110101 | 1011111 | 100000 | 0 | 111101 | 1010111 | 100 | 10010 | 1011011 | 110110 |
Color Harmonies of #F55F20
Complementary color
Monochromatic Colors of #F55F20
Black with #F55F20
Text Example
Text Example
White with #F55F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F20; }
p { color: rgb(245,95,32); }
H1.HeaderClassName
{
color: #F55F20;
}
.AnyTagClassName
{
color: #F55F20;
}
</style>
background-color css
<style>
a { background-color: #F55F20; }
a { background-color: rgb(245,95,32); }
div.DivClassName
{
background-color: #F55F20;
}
.BgClassName
{
background-color: #F55F20;
}
</style>
border-color css
<style>
span { border-color: #F55F20; }
span { border-color: rgb(245,95,32); }
td.TdClassName
{
border-color: #F55F20;
}
.TagClassName
{
border-color: #F55F20;
}
</style>