Shades of Orange Red #F24119
Tints of Orange Red #F24119
RGB
CMYK
RGB Variations
Color information
#F24119 (or 0xF24119) is known color: Orange Red. HEX triplet: F2, 41 and 19. RGB value is (242,65,25). Sum of RGB (Red+Green+Blue) = 242+65+25=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24119 is #0DBEE6. Grayscale: #717171. Windows color (decimal): -900839 or 1655282. OLE color: 1655282.
HSL color Cylindrical-coordinate representation of color #F24119: hue angle of 11.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24119 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.05 |
| HSL | 11.06º | 0.89% | 0.52% | - |
| HSV(B) | 11.06º | 0.9% | 0.95% | - |
| XYZ | 38.68 | 22.73 | 3.27 | - |
| YUV | 113.36 | 78.14 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 25 | 0 | 0.73 | 0.90 | 0.05 | 11.06 | 0.89 | 0.52 |
| Hex | F2 | 41 | 19 | 0 | 49 | 5A | 5 | B | 59 | 34 |
| Octal | 362 | 101 | 31 | 0 | 111 | 132 | 5 | 13 | 131 | 64 |
| Binary | 11110010 | 1000001 | 11001 | 0 | 1001001 | 1011010 | 101 | 1011 | 1011001 | 110100 |
Color Harmonies of #F24119
Complementary color
Monochromatic Colors of #F24119
Black with #F24119
Text Example
Text Example
White with #F24119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24119; }
p { color: rgb(242,65,25); }
H1.HeaderClassName
{
color: #F24119;
}
.AnyTagClassName
{
color: #F24119;
}
</style>
background-color css
<style>
a { background-color: #F24119; }
a { background-color: rgb(242,65,25); }
div.DivClassName
{
background-color: #F24119;
}
.BgClassName
{
background-color: #F24119;
}
</style>
border-color css
<style>
span { border-color: #F24119; }
span { border-color: rgb(242,65,25); }
td.TdClassName
{
border-color: #F24119;
}
.TagClassName
{
border-color: #F24119;
}
</style>