Shades of Outrageous Orange #F55A24
Tints of Outrageous Orange #F55A24
RGB
CMYK
RGB Variations
Color information
#F55A24 (or 0xF55A24) is known color: Outrageous Orange. HEX triplet: F5, 5A and 24. RGB value is (245,90,36). Sum of RGB (Red+Green+Blue) = 245+90+36=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A24 is #0AA5DB. Grayscale: #828282. Windows color (decimal): -697820 or 2382581. OLE color: 2382581.
HSL color Cylindrical-coordinate representation of color #F55A24: hue angle of 15.5º 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 #F55A24 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 36 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.04 |
| HSL | 15.5º | 0.91% | 0.55% | - |
| HSV(B) | 15.5º | 0.85% | 0.96% | - |
| XYZ | 41.63 | 26.85 | 4.66 | - |
| YUV | 130.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 36 | 0 | 0.63 | 0.85 | 0.04 | 15.5 | 0.91 | 0.55 |
| Hex | F5 | 5A | 24 | 0 | 3F | 55 | 4 | 10 | 5B | 37 |
| Octal | 365 | 132 | 44 | 0 | 77 | 125 | 4 | 20 | 133 | 67 |
| Binary | 11110101 | 1011010 | 100100 | 0 | 111111 | 1010101 | 100 | 10000 | 1011011 | 110111 |
Color Harmonies of #F55A24
Complementary color
Monochromatic Colors of #F55A24
Black with #F55A24
Text Example
Text Example
White with #F55A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A24; }
p { color: rgb(245,90,36); }
H1.HeaderClassName
{
color: #F55A24;
}
.AnyTagClassName
{
color: #F55A24;
}
</style>
background-color css
<style>
a { background-color: #F55A24; }
a { background-color: rgb(245,90,36); }
div.DivClassName
{
background-color: #F55A24;
}
.BgClassName
{
background-color: #F55A24;
}
</style>
border-color css
<style>
span { border-color: #F55A24; }
span { border-color: rgb(245,90,36); }
td.TdClassName
{
border-color: #F55A24;
}
.TagClassName
{
border-color: #F55A24;
}
</style>