Shades of Orange Red #F24805
Tints of Orange Red #F24805
RGB
CMYK
RGB Variations
Color information
#F24805 (or 0xF24805) is known color: Orange Red. HEX triplet: F2, 48 and 05. RGB value is (242,72,5). Sum of RGB (Red+Green+Blue) = 242+72+5=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24805 is #0DB7FA. Grayscale: #737373. Windows color (decimal): -899067 or 346354. OLE color: 346354.
HSL color Cylindrical-coordinate representation of color #F24805: hue angle of 16.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F24805 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.05 |
| HSL | 16.96º | 0.96% | 0.48% | - |
| HSV(B) | 16.96º | 0.98% | 0.95% | - |
| XYZ | 38.96 | 23.52 | 2.63 | - |
| YUV | 115.19 | 65.82 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 5 | 0 | 0.70 | 0.98 | 0.05 | 16.96 | 0.96 | 0.48 |
| Hex | F2 | 48 | 5 | 0 | 46 | 62 | 5 | 11 | 60 | 30 |
| Octal | 362 | 110 | 5 | 0 | 106 | 142 | 5 | 21 | 140 | 60 |
| Binary | 11110010 | 1001000 | 101 | 0 | 1000110 | 1100010 | 101 | 10001 | 1100000 | 110000 |
Color Harmonies of #F24805
Complementary color
Monochromatic Colors of #F24805
Black with #F24805
Text Example
Text Example
White with #F24805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24805; }
p { color: rgb(242,72,5); }
H1.HeaderClassName
{
color: #F24805;
}
.AnyTagClassName
{
color: #F24805;
}
</style>
background-color css
<style>
a { background-color: #F24805; }
a { background-color: rgb(242,72,5); }
div.DivClassName
{
background-color: #F24805;
}
.BgClassName
{
background-color: #F24805;
}
</style>
border-color css
<style>
span { border-color: #F24805; }
span { border-color: rgb(242,72,5); }
td.TdClassName
{
border-color: #F24805;
}
.TagClassName
{
border-color: #F24805;
}
</style>