Shades of Outrageous Orange #F55A3C
Tints of Outrageous Orange #F55A3C
RGB
CMYK
RGB Variations
Color information
#F55A3C (or 0xF55A3C) is known color: Outrageous Orange. HEX triplet: F5, 5A and 3C. RGB value is (245,90,60). Sum of RGB (Red+Green+Blue) = 245+90+60=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A3C is #0AA5C3. Grayscale: #858585. Windows color (decimal): -697796 or 3955445. OLE color: 3955445.
HSL color Cylindrical-coordinate representation of color #F55A3C: hue angle of 9.73º 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 #F55A3C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 60 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.04 |
| HSL | 9.73º | 0.9% | 0.6% | - |
| HSV(B) | 9.73º | 0.76% | 0.96% | - |
| XYZ | 42.13 | 27.05 | 7.28 | - |
| YUV | 132.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 60 | 0 | 0.63 | 0.76 | 0.04 | 9.73 | 0.9 | 0.6 |
| Hex | F5 | 5A | 3C | 0 | 3F | 4C | 4 | A | 5A | 3C |
| Octal | 365 | 132 | 74 | 0 | 77 | 114 | 4 | 12 | 132 | 74 |
| Binary | 11110101 | 1011010 | 111100 | 0 | 111111 | 1001100 | 100 | 1010 | 1011010 | 111100 |
Color Harmonies of #F55A3C
Complementary color
Monochromatic Colors of #F55A3C
Black with #F55A3C
Text Example
Text Example
White with #F55A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A3C; }
p { color: rgb(245,90,60); }
H1.HeaderClassName
{
color: #F55A3C;
}
.AnyTagClassName
{
color: #F55A3C;
}
</style>
background-color css
<style>
a { background-color: #F55A3C; }
a { background-color: rgb(245,90,60); }
div.DivClassName
{
background-color: #F55A3C;
}
.BgClassName
{
background-color: #F55A3C;
}
</style>
border-color css
<style>
span { border-color: #F55A3C; }
span { border-color: rgb(245,90,60); }
td.TdClassName
{
border-color: #F55A3C;
}
.TagClassName
{
border-color: #F55A3C;
}
</style>