Shades of Orange Red #F43C11
Tints of Orange Red #F43C11
RGB
CMYK
RGB Variations
Color information
#F43C11 (or 0xF43C11) is known color: Orange Red. HEX triplet: F4, 3C and 11. RGB value is (244,60,17). Sum of RGB (Red+Green+Blue) = 244+60+17=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43C11 is #0BC3EE. Grayscale: #6E6E6E. Windows color (decimal): -771055 or 1129716. OLE color: 1129716.
HSL color Cylindrical-coordinate representation of color #F43C11: hue angle of 11.37º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F43C11 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 17 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.04 |
| HSL | 11.37º | 0.91% | 0.51% | - |
| HSV(B) | 11.37º | 0.93% | 0.96% | - |
| XYZ | 39.03 | 22.51 | 2.82 | - |
| YUV | 110.11 | 75.46 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 17 | 0 | 0.75 | 0.93 | 0.04 | 11.37 | 0.91 | 0.51 |
| Hex | F4 | 3C | 11 | 0 | 4B | 5D | 4 | B | 5B | 33 |
| Octal | 364 | 74 | 21 | 0 | 113 | 135 | 4 | 13 | 133 | 63 |
| Binary | 11110100 | 111100 | 10001 | 0 | 1001011 | 1011101 | 100 | 1011 | 1011011 | 110011 |
Color Harmonies of #F43C11
Complementary color
Monochromatic Colors of #F43C11
Black with #F43C11
Text Example
Text Example
White with #F43C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43C11; }
p { color: rgb(244,60,17); }
H1.HeaderClassName
{
color: #F43C11;
}
.AnyTagClassName
{
color: #F43C11;
}
</style>
background-color css
<style>
a { background-color: #F43C11; }
a { background-color: rgb(244,60,17); }
div.DivClassName
{
background-color: #F43C11;
}
.BgClassName
{
background-color: #F43C11;
}
</style>
border-color css
<style>
span { border-color: #F43C11; }
span { border-color: rgb(244,60,17); }
td.TdClassName
{
border-color: #F43C11;
}
.TagClassName
{
border-color: #F43C11;
}
</style>