Shades of Outrageous Orange #F55D1E
Tints of Outrageous Orange #F55D1E
RGB
CMYK
RGB Variations
Color information
#F55D1E (or 0xF55D1E) is known color: Outrageous Orange. HEX triplet: F5, 5D and 1E. RGB value is (245,93,30). Sum of RGB (Red+Green+Blue) = 245+93+30=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D1E is #0AA2E1. Grayscale: #838383. Windows color (decimal): -697058 or 1990133. OLE color: 1990133.
HSL color Cylindrical-coordinate representation of color #F55D1E: hue angle of 17.58º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F55D1E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 30 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.04 |
| HSL | 17.58º | 0.91% | 0.54% | - |
| HSV(B) | 17.58º | 0.88% | 0.96% | - |
| XYZ | 41.8 | 27.33 | 4.3 | - |
| YUV | 131.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 30 | 0 | 0.62 | 0.88 | 0.04 | 17.58 | 0.91 | 0.54 |
| Hex | F5 | 5D | 1E | 0 | 3E | 58 | 4 | 12 | 5B | 36 |
| Octal | 365 | 135 | 36 | 0 | 76 | 130 | 4 | 22 | 133 | 66 |
| Binary | 11110101 | 1011101 | 11110 | 0 | 111110 | 1011000 | 100 | 10010 | 1011011 | 110110 |
Color Harmonies of #F55D1E
Complementary color
Monochromatic Colors of #F55D1E
Black with #F55D1E
Text Example
Text Example
White with #F55D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D1E; }
p { color: rgb(245,93,30); }
H1.HeaderClassName
{
color: #F55D1E;
}
.AnyTagClassName
{
color: #F55D1E;
}
</style>
background-color css
<style>
a { background-color: #F55D1E; }
a { background-color: rgb(245,93,30); }
div.DivClassName
{
background-color: #F55D1E;
}
.BgClassName
{
background-color: #F55D1E;
}
</style>
border-color css
<style>
span { border-color: #F55D1E; }
span { border-color: rgb(245,93,30); }
td.TdClassName
{
border-color: #F55D1E;
}
.TagClassName
{
border-color: #F55D1E;
}
</style>