Shades of Outrageous Orange #F55D3C
Tints of Outrageous Orange #F55D3C
RGB
CMYK
RGB Variations
Color information
#F55D3C (or 0xF55D3C) is known color: Outrageous Orange. HEX triplet: F5, 5D and 3C. RGB value is (245,93,60). Sum of RGB (Red+Green+Blue) = 245+93+60=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D3C is #0AA2C3. Grayscale: #868686. Windows color (decimal): -697028 or 3956213. OLE color: 3956213.
HSL color Cylindrical-coordinate representation of color #F55D3C: hue angle of 10.7º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F55D3C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 60 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.04 |
| HSL | 10.7º | 0.9% | 0.6% | - |
| HSV(B) | 10.7º | 0.76% | 0.96% | - |
| XYZ | 42.39 | 27.57 | 7.36 | - |
| YUV | 134.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 60 | 0 | 0.62 | 0.76 | 0.04 | 10.7 | 0.9 | 0.6 |
| Hex | F5 | 5D | 3C | 0 | 3E | 4C | 4 | B | 5A | 3C |
| Octal | 365 | 135 | 74 | 0 | 76 | 114 | 4 | 13 | 132 | 74 |
| Binary | 11110101 | 1011101 | 111100 | 0 | 111110 | 1001100 | 100 | 1011 | 1011010 | 111100 |
Color Harmonies of #F55D3C
Complementary color
Monochromatic Colors of #F55D3C
Black with #F55D3C
Text Example
Text Example
White with #F55D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D3C; }
p { color: rgb(245,93,60); }
H1.HeaderClassName
{
color: #F55D3C;
}
.AnyTagClassName
{
color: #F55D3C;
}
</style>
background-color css
<style>
a { background-color: #F55D3C; }
a { background-color: rgb(245,93,60); }
div.DivClassName
{
background-color: #F55D3C;
}
.BgClassName
{
background-color: #F55D3C;
}
</style>
border-color css
<style>
span { border-color: #F55D3C; }
span { border-color: rgb(245,93,60); }
td.TdClassName
{
border-color: #F55D3C;
}
.TagClassName
{
border-color: #F55D3C;
}
</style>