Shades of Orange Red #F43912
Tints of Orange Red #F43912
RGB
CMYK
RGB Variations
Color information
#F43912 (or 0xF43912) is known color: Orange Red. HEX triplet: F4, 39 and 12. RGB value is (244,57,18). Sum of RGB (Red+Green+Blue) = 244+57+18=319 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.49% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 244 - color contains mainly: red. Hex color #F43912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43912 is #0BC6ED. Grayscale: #6C6C6C. Windows color (decimal): -771822 or 1194484. OLE color: 1194484.
HSL color Cylindrical-coordinate representation of color #F43912: hue angle of 10.35º 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 #F43912 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 18 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.04 |
| HSL | 10.35º | 0.91% | 0.51% | - |
| HSV(B) | 10.35º | 0.93% | 0.96% | - |
| XYZ | 38.88 | 22.2 | 2.81 | - |
| YUV | 108.47 | 76.95 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 18 | 0 | 0.77 | 0.93 | 0.04 | 10.35 | 0.91 | 0.51 |
| Hex | F4 | 39 | 12 | 0 | 4D | 5D | 4 | A | 5B | 33 |
| Octal | 364 | 71 | 22 | 0 | 115 | 135 | 4 | 12 | 133 | 63 |
| Binary | 11110100 | 111001 | 10010 | 0 | 1001101 | 1011101 | 100 | 1010 | 1011011 | 110011 |
Color Harmonies of #F43912
Complementary color
Monochromatic Colors of #F43912
Black with #F43912
Text Example
Text Example
White with #F43912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43912; }
p { color: rgb(244,57,18); }
H1.HeaderClassName
{
color: #F43912;
}
.AnyTagClassName
{
color: #F43912;
}
</style>
background-color css
<style>
a { background-color: #F43912; }
a { background-color: rgb(244,57,18); }
div.DivClassName
{
background-color: #F43912;
}
.BgClassName
{
background-color: #F43912;
}
</style>
border-color css
<style>
span { border-color: #F43912; }
span { border-color: rgb(244,57,18); }
td.TdClassName
{
border-color: #F43912;
}
.TagClassName
{
border-color: #F43912;
}
</style>