Shades of Orange Red #F43C14
Tints of Orange Red #F43C14
RGB
CMYK
RGB Variations
Color information
#F43C14 (or 0xF43C14) is known color: Orange Red. HEX triplet: F4, 3C and 14. RGB value is (244,60,20). Sum of RGB (Red+Green+Blue) = 244+60+20=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43C14 is #0BC3EB. Grayscale: #6E6E6E. Windows color (decimal): -771052 or 1326324. OLE color: 1326324.
HSL color Cylindrical-coordinate representation of color #F43C14: hue angle of 10.71º degrees, saturation: 0.91, 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 #F43C14 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 20 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.04 |
| HSL | 10.71º | 0.91% | 0.52% | - |
| HSV(B) | 10.71º | 0.92% | 0.96% | - |
| XYZ | 39.05 | 22.52 | 2.95 | - |
| YUV | 110.46 | 76.96 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 20 | 0 | 0.75 | 0.92 | 0.04 | 10.71 | 0.91 | 0.52 |
| Hex | F4 | 3C | 14 | 0 | 4B | 5C | 4 | B | 5B | 34 |
| Octal | 364 | 74 | 24 | 0 | 113 | 134 | 4 | 13 | 133 | 64 |
| Binary | 11110100 | 111100 | 10100 | 0 | 1001011 | 1011100 | 100 | 1011 | 1011011 | 110100 |
Color Harmonies of #F43C14
Complementary color
Monochromatic Colors of #F43C14
Black with #F43C14
Text Example
Text Example
White with #F43C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C14; }
p { color: rgb(244,60,20); }
H1.HeaderClassName
{
color: #F43C14;
}
.AnyTagClassName
{
color: #F43C14;
}
</style>
background-color css
<style>
a { background-color: #F43C14; }
a { background-color: rgb(244,60,20); }
div.DivClassName
{
background-color: #F43C14;
}
.BgClassName
{
background-color: #F43C14;
}
</style>
border-color css
<style>
span { border-color: #F43C14; }
span { border-color: rgb(244,60,20); }
td.TdClassName
{
border-color: #F43C14;
}
.TagClassName
{
border-color: #F43C14;
}
</style>