Shades of Orange Red #F04419
Tints of Orange Red #F04419
RGB
CMYK
RGB Variations
Color information
#F04419 (or 0xF04419) is known color: Orange Red. HEX triplet: F0, 44 and 19. RGB value is (240,68,25). Sum of RGB (Red+Green+Blue) = 240+68+25=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04419 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04419 is #0FBBE6. Grayscale: #727272. Windows color (decimal): -1031143 or 1656048. OLE color: 1656048.
HSL color Cylindrical-coordinate representation of color #F04419: hue angle of 12º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04419 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 25 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.06 |
| HSL | 12º | 0.88% | 0.52% | - |
| HSV(B) | 12º | 0.9% | 0.94% | - |
| XYZ | 38.18 | 22.73 | 3.29 | - |
| YUV | 114.53 | 77.48 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 25 | 0 | 0.72 | 0.90 | 0.06 | 12 | 0.88 | 0.52 |
| Hex | F0 | 44 | 19 | 0 | 48 | 5A | 6 | C | 58 | 34 |
| Octal | 360 | 104 | 31 | 0 | 110 | 132 | 6 | 14 | 130 | 64 |
| Binary | 11110000 | 1000100 | 11001 | 0 | 1001000 | 1011010 | 110 | 1100 | 1011000 | 110100 |
Color Harmonies of #F04419
Complementary color
Monochromatic Colors of #F04419
Black with #F04419
Text Example
Text Example
White with #F04419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04419; }
p { color: rgb(240,68,25); }
H1.HeaderClassName
{
color: #F04419;
}
.AnyTagClassName
{
color: #F04419;
}
</style>
background-color css
<style>
a { background-color: #F04419; }
a { background-color: rgb(240,68,25); }
div.DivClassName
{
background-color: #F04419;
}
.BgClassName
{
background-color: #F04419;
}
</style>
border-color css
<style>
span { border-color: #F04419; }
span { border-color: rgb(240,68,25); }
td.TdClassName
{
border-color: #F04419;
}
.TagClassName
{
border-color: #F04419;
}
</style>