Shades of Orange Red #F04514
Tints of Orange Red #F04514
RGB
CMYK
RGB Variations
Color information
#F04514 (or 0xF04514) is known color: Orange Red. HEX triplet: F0, 45 and 14. RGB value is (240,69,20). Sum of RGB (Red+Green+Blue) = 240+69+20=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04514 is #0FBAEB. Grayscale: #727272. Windows color (decimal): -1030892 or 1328624. OLE color: 1328624.
HSL color Cylindrical-coordinate representation of color #F04514: hue angle of 13.36º 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 #F04514 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 20 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.06 |
| HSL | 13.36º | 0.88% | 0.51% | - |
| HSV(B) | 13.36º | 0.92% | 0.94% | - |
| XYZ | 38.19 | 22.83 | 3.06 | - |
| YUV | 114.54 | 74.65 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 20 | 0 | 0.71 | 0.92 | 0.06 | 13.36 | 0.88 | 0.51 |
| Hex | F0 | 45 | 14 | 0 | 47 | 5C | 6 | D | 58 | 33 |
| Octal | 360 | 105 | 24 | 0 | 107 | 134 | 6 | 15 | 130 | 63 |
| Binary | 11110000 | 1000101 | 10100 | 0 | 1000111 | 1011100 | 110 | 1101 | 1011000 | 110011 |
Color Harmonies of #F04514
Complementary color
Monochromatic Colors of #F04514
Black with #F04514
Text Example
Text Example
White with #F04514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04514; }
p { color: rgb(240,69,20); }
H1.HeaderClassName
{
color: #F04514;
}
.AnyTagClassName
{
color: #F04514;
}
</style>
background-color css
<style>
a { background-color: #F04514; }
a { background-color: rgb(240,69,20); }
div.DivClassName
{
background-color: #F04514;
}
.BgClassName
{
background-color: #F04514;
}
</style>
border-color css
<style>
span { border-color: #F04514; }
span { border-color: rgb(240,69,20); }
td.TdClassName
{
border-color: #F04514;
}
.TagClassName
{
border-color: #F04514;
}
</style>