Shades of Outrageous Orange #F55F31
Tints of Outrageous Orange #F55F31
RGB
CMYK
RGB Variations
Color information
#F55F31 (or 0xF55F31) is known color: Outrageous Orange. HEX triplet: F5, 5F and 31. RGB value is (245,95,49). Sum of RGB (Red+Green+Blue) = 245+95+49=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F31 is #0AA0CE. Grayscale: #868686. Windows color (decimal): -696527 or 3235829. OLE color: 3235829.
HSL color Cylindrical-coordinate representation of color #F55F31: hue angle of 14.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F55F31 is Cyan = 0, Magento = 0.61, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 49 | - |
| CMYK | 0 | 0.61 | 0.8 | 0.04 |
| HSL | 14.08º | 0.91% | 0.58% | - |
| HSV(B) | 14.08º | 0.8% | 0.96% | - |
| XYZ | 42.3 | 27.82 | 6.05 | - |
| YUV | 134.61 | 79.7 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 49 | 0 | 0.61 | 0.8 | 0.04 | 14.08 | 0.91 | 0.58 |
| Hex | F5 | 5F | 31 | 0 | 3D | 50 | 4 | E | 5B | 3A |
| Octal | 365 | 137 | 61 | 0 | 75 | 120 | 4 | 16 | 133 | 72 |
| Binary | 11110101 | 1011111 | 110001 | 0 | 111101 | 1010000 | 100 | 1110 | 1011011 | 111010 |
Color Harmonies of #F55F31
Complementary color
Monochromatic Colors of #F55F31
Black with #F55F31
Text Example
Text Example
White with #F55F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F31; }
p { color: rgb(245,95,49); }
H1.HeaderClassName
{
color: #F55F31;
}
.AnyTagClassName
{
color: #F55F31;
}
</style>
background-color css
<style>
a { background-color: #F55F31; }
a { background-color: rgb(245,95,49); }
div.DivClassName
{
background-color: #F55F31;
}
.BgClassName
{
background-color: #F55F31;
}
</style>
border-color css
<style>
span { border-color: #F55F31; }
span { border-color: rgb(245,95,49); }
td.TdClassName
{
border-color: #F55F31;
}
.TagClassName
{
border-color: #F55F31;
}
</style>