Shades of Outrageous Orange #F55A1D
Tints of Outrageous Orange #F55A1D
RGB
CMYK
RGB Variations
Color information
#F55A1D (or 0xF55A1D) is known color: Outrageous Orange. HEX triplet: F5, 5A and 1D. RGB value is (245,90,29). Sum of RGB (Red+Green+Blue) = 245+90+29=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A1D is #0AA5E2. Grayscale: #818181. Windows color (decimal): -697827 or 1923829. OLE color: 1923829.
HSL color Cylindrical-coordinate representation of color #F55A1D: hue angle of 16.94º degrees, saturation: 0.92, 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 #F55A1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.04 |
| HSL | 16.94º | 0.92% | 0.54% | - |
| HSV(B) | 16.94º | 0.88% | 0.96% | - |
| XYZ | 41.53 | 26.81 | 4.15 | - |
| YUV | 129.39 | 71.35 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 29 | 0 | 0.63 | 0.88 | 0.04 | 16.94 | 0.92 | 0.54 |
| Hex | F5 | 5A | 1D | 0 | 3F | 58 | 4 | 11 | 5C | 36 |
| Octal | 365 | 132 | 35 | 0 | 77 | 130 | 4 | 21 | 134 | 66 |
| Binary | 11110101 | 1011010 | 11101 | 0 | 111111 | 1011000 | 100 | 10001 | 1011100 | 110110 |
Color Harmonies of #F55A1D
Complementary color
Monochromatic Colors of #F55A1D
Black with #F55A1D
Text Example
Text Example
White with #F55A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A1D; }
p { color: rgb(245,90,29); }
H1.HeaderClassName
{
color: #F55A1D;
}
.AnyTagClassName
{
color: #F55A1D;
}
</style>
background-color css
<style>
a { background-color: #F55A1D; }
a { background-color: rgb(245,90,29); }
div.DivClassName
{
background-color: #F55A1D;
}
.BgClassName
{
background-color: #F55A1D;
}
</style>
border-color css
<style>
span { border-color: #F55A1D; }
span { border-color: rgb(245,90,29); }
td.TdClassName
{
border-color: #F55A1D;
}
.TagClassName
{
border-color: #F55A1D;
}
</style>