Shades of Orange Red #F24715
Tints of Orange Red #F24715
RGB
CMYK
RGB Variations
Color information
#F24715 (or 0xF24715) is known color: Orange Red. HEX triplet: F2, 47 and 15. RGB value is (242,71,21). Sum of RGB (Red+Green+Blue) = 242+71+21=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F24715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24715 is #0DB8EA. Grayscale: #747474. Windows color (decimal): -899307 or 1394674. OLE color: 1394674.
HSL color Cylindrical-coordinate representation of color #F24715: hue angle of 13.57º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F24715 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 13.57º | 0.89% | 0.52% | - |
| HSV(B) | 13.57º | 0.91% | 0.95% | - |
| XYZ | 39.01 | 23.44 | 3.18 | - |
| YUV | 116.43 | 74.15 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 21 | 0 | 0.71 | 0.91 | 0.05 | 13.57 | 0.89 | 0.52 |
| Hex | F2 | 47 | 15 | 0 | 47 | 5B | 5 | E | 59 | 34 |
| Octal | 362 | 107 | 25 | 0 | 107 | 133 | 5 | 16 | 131 | 64 |
| Binary | 11110010 | 1000111 | 10101 | 0 | 1000111 | 1011011 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F24715
Complementary color
Monochromatic Colors of #F24715
Black with #F24715
Text Example
Text Example
White with #F24715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24715; }
p { color: rgb(242,71,21); }
H1.HeaderClassName
{
color: #F24715;
}
.AnyTagClassName
{
color: #F24715;
}
</style>
background-color css
<style>
a { background-color: #F24715; }
a { background-color: rgb(242,71,21); }
div.DivClassName
{
background-color: #F24715;
}
.BgClassName
{
background-color: #F24715;
}
</style>
border-color css
<style>
span { border-color: #F24715; }
span { border-color: rgb(242,71,21); }
td.TdClassName
{
border-color: #F24715;
}
.TagClassName
{
border-color: #F24715;
}
</style>