Shades of Orange Red #F24714
Tints of Orange Red #F24714
RGB
CMYK
RGB Variations
Color information
#F24714 (or 0xF24714) is known color: Orange Red. HEX triplet: F2, 47 and 14. RGB value is (242,71,20). Sum of RGB (Red+Green+Blue) = 242+71+20=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24714 is #0DB8EB. Grayscale: #747474. Windows color (decimal): -899308 or 1329138. OLE color: 1329138.
HSL color Cylindrical-coordinate representation of color #F24714: hue angle of 13.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F24714 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 20 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.05 |
| HSL | 13.78º | 0.9% | 0.51% | - |
| HSV(B) | 13.78º | 0.92% | 0.95% | - |
| XYZ | 39 | 23.43 | 3.13 | - |
| YUV | 116.32 | 73.65 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 20 | 0 | 0.71 | 0.92 | 0.05 | 13.78 | 0.9 | 0.51 |
| Hex | F2 | 47 | 14 | 0 | 47 | 5C | 5 | E | 5A | 33 |
| Octal | 362 | 107 | 24 | 0 | 107 | 134 | 5 | 16 | 132 | 63 |
| Binary | 11110010 | 1000111 | 10100 | 0 | 1000111 | 1011100 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F24714
Complementary color
Monochromatic Colors of #F24714
Black with #F24714
Text Example
Text Example
White with #F24714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24714; }
p { color: rgb(242,71,20); }
H1.HeaderClassName
{
color: #F24714;
}
.AnyTagClassName
{
color: #F24714;
}
</style>
background-color css
<style>
a { background-color: #F24714; }
a { background-color: rgb(242,71,20); }
div.DivClassName
{
background-color: #F24714;
}
.BgClassName
{
background-color: #F24714;
}
</style>
border-color css
<style>
span { border-color: #F24714; }
span { border-color: rgb(242,71,20); }
td.TdClassName
{
border-color: #F24714;
}
.TagClassName
{
border-color: #F24714;
}
</style>