Shades of Outrageous Orange #F55D1F
Tints of Outrageous Orange #F55D1F
RGB
CMYK
RGB Variations
Color information
#F55D1F (or 0xF55D1F) is known color: Outrageous Orange. HEX triplet: F5, 5D and 1F. RGB value is (245,93,31). Sum of RGB (Red+Green+Blue) = 245+93+31=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D1F is #0AA2E0. Grayscale: #838383. Windows color (decimal): -697057 or 2055669. OLE color: 2055669.
HSL color Cylindrical-coordinate representation of color #F55D1F: hue angle of 17.38º 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 #F55D1F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 31 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.04 |
| HSL | 17.38º | 0.91% | 0.54% | - |
| HSV(B) | 17.38º | 0.87% | 0.96% | - |
| XYZ | 41.82 | 27.34 | 4.37 | - |
| YUV | 131.38 | 71.36 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 31 | 0 | 0.62 | 0.87 | 0.04 | 17.38 | 0.91 | 0.54 |
| Hex | F5 | 5D | 1F | 0 | 3E | 57 | 4 | 11 | 5B | 36 |
| Octal | 365 | 135 | 37 | 0 | 76 | 127 | 4 | 21 | 133 | 66 |
| Binary | 11110101 | 1011101 | 11111 | 0 | 111110 | 1010111 | 100 | 10001 | 1011011 | 110110 |
Color Harmonies of #F55D1F
Complementary color
Monochromatic Colors of #F55D1F
Black with #F55D1F
Text Example
Text Example
White with #F55D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D1F; }
p { color: rgb(245,93,31); }
H1.HeaderClassName
{
color: #F55D1F;
}
.AnyTagClassName
{
color: #F55D1F;
}
</style>
background-color css
<style>
a { background-color: #F55D1F; }
a { background-color: rgb(245,93,31); }
div.DivClassName
{
background-color: #F55D1F;
}
.BgClassName
{
background-color: #F55D1F;
}
</style>
border-color css
<style>
span { border-color: #F55D1F; }
span { border-color: rgb(245,93,31); }
td.TdClassName
{
border-color: #F55D1F;
}
.TagClassName
{
border-color: #F55D1F;
}
</style>