Shades of Orange Red #F24515
Tints of Orange Red #F24515
RGB
CMYK
RGB Variations
Color information
#F24515 (or 0xF24515) is known color: Orange Red. HEX triplet: F2, 45 and 15. RGB value is (242,69,21). Sum of RGB (Red+Green+Blue) = 242+69+21=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24515 is #0DBAEA. Grayscale: #737373. Windows color (decimal): -899819 or 1394162. OLE color: 1394162.
HSL color Cylindrical-coordinate representation of color #F24515: hue angle of 13.03º 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 #F24515 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.05 |
| HSL | 13.03º | 0.89% | 0.52% | - |
| HSV(B) | 13.03º | 0.91% | 0.95% | - |
| XYZ | 38.88 | 23.19 | 3.14 | - |
| YUV | 115.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 21 | 0 | 0.71 | 0.91 | 0.05 | 13.03 | 0.89 | 0.52 |
| Hex | F2 | 45 | 15 | 0 | 47 | 5B | 5 | D | 59 | 34 |
| Octal | 362 | 105 | 25 | 0 | 107 | 133 | 5 | 15 | 131 | 64 |
| Binary | 11110010 | 1000101 | 10101 | 0 | 1000111 | 1011011 | 101 | 1101 | 1011001 | 110100 |
Color Harmonies of #F24515
Complementary color
Monochromatic Colors of #F24515
Black with #F24515
Text Example
Text Example
White with #F24515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24515; }
p { color: rgb(242,69,21); }
H1.HeaderClassName
{
color: #F24515;
}
.AnyTagClassName
{
color: #F24515;
}
</style>
background-color css
<style>
a { background-color: #F24515; }
a { background-color: rgb(242,69,21); }
div.DivClassName
{
background-color: #F24515;
}
.BgClassName
{
background-color: #F24515;
}
</style>
border-color css
<style>
span { border-color: #F24515; }
span { border-color: rgb(242,69,21); }
td.TdClassName
{
border-color: #F24515;
}
.TagClassName
{
border-color: #F24515;
}
</style>