Shades of Outrageous Orange #F55F3E
Tints of Outrageous Orange #F55F3E
RGB
CMYK
RGB Variations
Color information
#F55F3E (or 0xF55F3E) is known color: Outrageous Orange. HEX triplet: F5, 5F and 3E. RGB value is (245,95,62). Sum of RGB (Red+Green+Blue) = 245+95+62=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F3E is #0AA0C1. Grayscale: #888888. Windows color (decimal): -696514 or 4087797. OLE color: 4087797.
HSL color Cylindrical-coordinate representation of color #F55F3E: hue angle of 10.82º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F55F3E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 62 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.04 |
| HSL | 10.82º | 0.9% | 0.6% | - |
| HSV(B) | 10.82º | 0.75% | 0.96% | - |
| XYZ | 42.62 | 27.94 | 7.71 | - |
| YUV | 136.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 62 | 0 | 0.61 | 0.75 | 0.04 | 10.82 | 0.9 | 0.6 |
| Hex | F5 | 5F | 3E | 0 | 3D | 4B | 4 | B | 5A | 3C |
| Octal | 365 | 137 | 76 | 0 | 75 | 113 | 4 | 13 | 132 | 74 |
| Binary | 11110101 | 1011111 | 111110 | 0 | 111101 | 1001011 | 100 | 1011 | 1011010 | 111100 |
Color Harmonies of #F55F3E
Complementary color
Monochromatic Colors of #F55F3E
Black with #F55F3E
Text Example
Text Example
White with #F55F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F3E; }
p { color: rgb(245,95,62); }
H1.HeaderClassName
{
color: #F55F3E;
}
.AnyTagClassName
{
color: #F55F3E;
}
</style>
background-color css
<style>
a { background-color: #F55F3E; }
a { background-color: rgb(245,95,62); }
div.DivClassName
{
background-color: #F55F3E;
}
.BgClassName
{
background-color: #F55F3E;
}
</style>
border-color css
<style>
span { border-color: #F55F3E; }
span { border-color: rgb(245,95,62); }
td.TdClassName
{
border-color: #F55F3E;
}
.TagClassName
{
border-color: #F55F3E;
}
</style>