Shades of Red Orange #F52624
Tints of Red Orange #F52624
RGB
CMYK
RGB Variations
Color information
#F52624 (or 0xF52624) is known color: Red Orange. HEX triplet: F5, 26 and 24. RGB value is (245,38,36). Sum of RGB (Red+Green+Blue) = 245+38+36=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F52624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52624 is #0AD9DB. Grayscale: #636363. Windows color (decimal): -711132 or 2369269. OLE color: 2369269.
HSL color Cylindrical-coordinate representation of color #F52624: hue angle of 0.57º 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 #F52624 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 36 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.04 |
| HSL | 0.57º | 0.91% | 0.55% | - |
| HSV(B) | 0.57º | 0.85% | 0.96% | - |
| XYZ | 38.67 | 20.93 | 3.67 | - |
| YUV | 99.67 | 92.08 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 36 | 0 | 0.84 | 0.85 | 0.04 | 0.57 | 0.91 | 0.55 |
| Hex | F5 | 26 | 24 | 0 | 54 | 55 | 4 | 1 | 5B | 37 |
| Octal | 365 | 46 | 44 | 0 | 124 | 125 | 4 | 1 | 133 | 67 |
| Binary | 11110101 | 100110 | 100100 | 0 | 1010100 | 1010101 | 100 | 1 | 1011011 | 110111 |
Color Harmonies of #F52624
Complementary color
Monochromatic Colors of #F52624
Black with #F52624
Text Example
Text Example
White with #F52624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52624; }
p { color: rgb(245,38,36); }
H1.HeaderClassName
{
color: #F52624;
}
.AnyTagClassName
{
color: #F52624;
}
</style>
background-color css
<style>
a { background-color: #F52624; }
a { background-color: rgb(245,38,36); }
div.DivClassName
{
background-color: #F52624;
}
.BgClassName
{
background-color: #F52624;
}
</style>
border-color css
<style>
span { border-color: #F52624; }
span { border-color: rgb(245,38,36); }
td.TdClassName
{
border-color: #F52624;
}
.TagClassName
{
border-color: #F52624;
}
</style>