Shades of Red Orange #F82424
Tints of Red Orange #F82424
RGB
CMYK
RGB Variations
Color information
#F82424 (or 0xF82424) is known color: Red Orange. HEX triplet: F8, 24 and 24. RGB value is (248,36,36). Sum of RGB (Red+Green+Blue) = 248+36+36=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F82424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82424 is #07DBDB. Grayscale: #636363. Windows color (decimal): -515036 or 2368760. OLE color: 2368760.
HSL color Cylindrical-coordinate representation of color #F82424: hue angle of 0º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82424 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 36 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.03 |
| HSL | 0º | 0.94% | 0.56% | - |
| HSV(B) | 0º | 0.85% | 0.97% | - |
| XYZ | 39.66 | 21.35 | 3.7 | - |
| YUV | 99.39 | 92.24 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 36 | 0 | 0.85 | 0.85 | 0.03 | 0 | 0.94 | 0.56 |
| Hex | F8 | 24 | 24 | 0 | 55 | 55 | 3 | 0 | 5E | 38 |
| Octal | 370 | 44 | 44 | 0 | 125 | 125 | 3 | 0 | 136 | 70 |
| Binary | 11111000 | 100100 | 100100 | 0 | 1010101 | 1010101 | 11 | 0 | 1011110 | 111000 |
Color Harmonies of #F82424
Complementary color
Monochromatic Colors of #F82424
Black with #F82424
Text Example
Text Example
White with #F82424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82424; }
p { color: rgb(248,36,36); }
H1.HeaderClassName
{
color: #F82424;
}
.AnyTagClassName
{
color: #F82424;
}
</style>
background-color css
<style>
a { background-color: #F82424; }
a { background-color: rgb(248,36,36); }
div.DivClassName
{
background-color: #F82424;
}
.BgClassName
{
background-color: #F82424;
}
</style>
border-color css
<style>
span { border-color: #F82424; }
span { border-color: rgb(248,36,36); }
td.TdClassName
{
border-color: #F82424;
}
.TagClassName
{
border-color: #F82424;
}
</style>