Shades of Orange Red #F04A14
Tints of Orange Red #F04A14
RGB
CMYK
RGB Variations
Color information
#F04A14 (or 0xF04A14) is known color: Orange Red. HEX triplet: F0, 4A and 14. RGB value is (240,74,20). Sum of RGB (Red+Green+Blue) = 240+74+20=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A14 is #0FB5EB. Grayscale: #757575. Windows color (decimal): -1029612 or 1329904. OLE color: 1329904.
HSL color Cylindrical-coordinate representation of color #F04A14: hue angle of 14.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04A14 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 20 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.06 |
| HSL | 14.73º | 0.88% | 0.51% | - |
| HSV(B) | 14.73º | 0.92% | 0.94% | - |
| XYZ | 38.51 | 23.47 | 3.16 | - |
| YUV | 117.48 | 73 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 20 | 0 | 0.69 | 0.92 | 0.06 | 14.73 | 0.88 | 0.51 |
| Hex | F0 | 4A | 14 | 0 | 45 | 5C | 6 | F | 58 | 33 |
| Octal | 360 | 112 | 24 | 0 | 105 | 134 | 6 | 17 | 130 | 63 |
| Binary | 11110000 | 1001010 | 10100 | 0 | 1000101 | 1011100 | 110 | 1111 | 1011000 | 110011 |
Color Harmonies of #F04A14
Complementary color
Monochromatic Colors of #F04A14
Black with #F04A14
Text Example
Text Example
White with #F04A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A14; }
p { color: rgb(240,74,20); }
H1.HeaderClassName
{
color: #F04A14;
}
.AnyTagClassName
{
color: #F04A14;
}
</style>
background-color css
<style>
a { background-color: #F04A14; }
a { background-color: rgb(240,74,20); }
div.DivClassName
{
background-color: #F04A14;
}
.BgClassName
{
background-color: #F04A14;
}
</style>
border-color css
<style>
span { border-color: #F04A14; }
span { border-color: rgb(240,74,20); }
td.TdClassName
{
border-color: #F04A14;
}
.TagClassName
{
border-color: #F04A14;
}
</style>