Shades of Orange Red #F54214
Tints of Orange Red #F54214
RGB
CMYK
RGB Variations
Color information
#F54214 (or 0xF54214) is known color: Orange Red. HEX triplet: F5, 42 and 14. RGB value is (245,66,20). Sum of RGB (Red+Green+Blue) = 245+66+20=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F54214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54214 is #0ABDEB. Grayscale: #727272. Windows color (decimal): -703980 or 1327861. OLE color: 1327861.
HSL color Cylindrical-coordinate representation of color #F54214: hue angle of 12.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F54214 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.04 |
| HSL | 12.27º | 0.92% | 0.52% | - |
| HSV(B) | 12.27º | 0.92% | 0.96% | - |
| XYZ | 39.73 | 23.36 | 3.08 | - |
| YUV | 114.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 20 | 0 | 0.73 | 0.92 | 0.04 | 12.27 | 0.92 | 0.52 |
| Hex | F5 | 42 | 14 | 0 | 49 | 5C | 4 | C | 5C | 34 |
| Octal | 365 | 102 | 24 | 0 | 111 | 134 | 4 | 14 | 134 | 64 |
| Binary | 11110101 | 1000010 | 10100 | 0 | 1001001 | 1011100 | 100 | 1100 | 1011100 | 110100 |
Color Harmonies of #F54214
Complementary color
Monochromatic Colors of #F54214
Black with #F54214
Text Example
Text Example
White with #F54214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54214; }
p { color: rgb(245,66,20); }
H1.HeaderClassName
{
color: #F54214;
}
.AnyTagClassName
{
color: #F54214;
}
</style>
background-color css
<style>
a { background-color: #F54214; }
a { background-color: rgb(245,66,20); }
div.DivClassName
{
background-color: #F54214;
}
.BgClassName
{
background-color: #F54214;
}
</style>
border-color css
<style>
span { border-color: #F54214; }
span { border-color: rgb(245,66,20); }
td.TdClassName
{
border-color: #F54214;
}
.TagClassName
{
border-color: #F54214;
}
</style>