Shades of Outrageous Orange #F55C24
Tints of Outrageous Orange #F55C24
RGB
CMYK
RGB Variations
Color information
#F55C24 (or 0xF55C24) is known color: Outrageous Orange. HEX triplet: F5, 5C and 24. RGB value is (245,92,36). Sum of RGB (Red+Green+Blue) = 245+92+36=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55C24 is #0AA3DB. Grayscale: #838383. Windows color (decimal): -697308 or 2383093. OLE color: 2383093.
HSL color Cylindrical-coordinate representation of color #F55C24: hue angle of 16.08º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F55C24 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 36 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.04 |
| HSL | 16.08º | 0.91% | 0.55% | - |
| HSV(B) | 16.08º | 0.85% | 0.96% | - |
| XYZ | 41.8 | 27.19 | 4.71 | - |
| YUV | 131.36 | 74.19 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 36 | 0 | 0.62 | 0.85 | 0.04 | 16.08 | 0.91 | 0.55 |
| Hex | F5 | 5C | 24 | 0 | 3E | 55 | 4 | 10 | 5B | 37 |
| Octal | 365 | 134 | 44 | 0 | 76 | 125 | 4 | 20 | 133 | 67 |
| Binary | 11110101 | 1011100 | 100100 | 0 | 111110 | 1010101 | 100 | 10000 | 1011011 | 110111 |
Color Harmonies of #F55C24
Complementary color
Monochromatic Colors of #F55C24
Black with #F55C24
Text Example
Text Example
White with #F55C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C24; }
p { color: rgb(245,92,36); }
H1.HeaderClassName
{
color: #F55C24;
}
.AnyTagClassName
{
color: #F55C24;
}
</style>
background-color css
<style>
a { background-color: #F55C24; }
a { background-color: rgb(245,92,36); }
div.DivClassName
{
background-color: #F55C24;
}
.BgClassName
{
background-color: #F55C24;
}
</style>
border-color css
<style>
span { border-color: #F55C24; }
span { border-color: rgb(245,92,36); }
td.TdClassName
{
border-color: #F55C24;
}
.TagClassName
{
border-color: #F55C24;
}
</style>