Shades of Outrageous Orange #F55D24
Tints of Outrageous Orange #F55D24
RGB
CMYK
RGB Variations
Color information
#F55D24 (or 0xF55D24) is known color: Outrageous Orange. HEX triplet: F5, 5D and 24. RGB value is (245,93,36). Sum of RGB (Red+Green+Blue) = 245+93+36=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 36 (14.45% from 255 or 9.63% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55D24 is #0AA2DB. Grayscale: #848484. Windows color (decimal): -697052 or 2383349. OLE color: 2383349.
HSL color Cylindrical-coordinate representation of color #F55D24: hue angle of 16.36º 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 #F55D24 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 36 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.04 |
| HSL | 16.36º | 0.91% | 0.55% | - |
| HSV(B) | 16.36º | 0.85% | 0.96% | - |
| XYZ | 41.89 | 27.37 | 4.74 | - |
| YUV | 131.95 | 73.86 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 36 | 0 | 0.62 | 0.85 | 0.04 | 16.36 | 0.91 | 0.55 |
| Hex | F5 | 5D | 24 | 0 | 3E | 55 | 4 | 10 | 5B | 37 |
| Octal | 365 | 135 | 44 | 0 | 76 | 125 | 4 | 20 | 133 | 67 |
| Binary | 11110101 | 1011101 | 100100 | 0 | 111110 | 1010101 | 100 | 10000 | 1011011 | 110111 |
Color Harmonies of #F55D24
Complementary color
Monochromatic Colors of #F55D24
Black with #F55D24
Text Example
Text Example
White with #F55D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D24; }
p { color: rgb(245,93,36); }
H1.HeaderClassName
{
color: #F55D24;
}
.AnyTagClassName
{
color: #F55D24;
}
</style>
background-color css
<style>
a { background-color: #F55D24; }
a { background-color: rgb(245,93,36); }
div.DivClassName
{
background-color: #F55D24;
}
.BgClassName
{
background-color: #F55D24;
}
</style>
border-color css
<style>
span { border-color: #F55D24; }
span { border-color: rgb(245,93,36); }
td.TdClassName
{
border-color: #F55D24;
}
.TagClassName
{
border-color: #F55D24;
}
</style>