Shades of Orange Red #F43E10
Tints of Orange Red #F43E10
RGB
CMYK
RGB Variations
Color information
#F43E10 (or 0xF43E10) is known color: Orange Red. HEX triplet: F4, 3E and 10. RGB value is (244,62,16). Sum of RGB (Red+Green+Blue) = 244+62+16=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F43E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43E10 is #0BC1EF. Grayscale: #6F6F6F. Windows color (decimal): -770544 or 1064692. OLE color: 1064692.
HSL color Cylindrical-coordinate representation of color #F43E10: hue angle of 12.11º 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 #F43E10 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 62 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.04 |
| HSL | 12.11º | 0.91% | 0.51% | - |
| HSV(B) | 12.11º | 0.93% | 0.96% | - |
| XYZ | 39.12 | 22.72 | 2.81 | - |
| YUV | 111.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 62 | 16 | 0 | 0.75 | 0.93 | 0.04 | 12.11 | 0.91 | 0.51 |
| Hex | F4 | 3E | 10 | 0 | 4B | 5D | 4 | C | 5B | 33 |
| Octal | 364 | 76 | 20 | 0 | 113 | 135 | 4 | 14 | 133 | 63 |
| Binary | 11110100 | 111110 | 10000 | 0 | 1001011 | 1011101 | 100 | 1100 | 1011011 | 110011 |
Color Harmonies of #F43E10
Complementary color
Monochromatic Colors of #F43E10
Black with #F43E10
Text Example
Text Example
White with #F43E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43E10; }
p { color: rgb(244,62,16); }
H1.HeaderClassName
{
color: #F43E10;
}
.AnyTagClassName
{
color: #F43E10;
}
</style>
background-color css
<style>
a { background-color: #F43E10; }
a { background-color: rgb(244,62,16); }
div.DivClassName
{
background-color: #F43E10;
}
.BgClassName
{
background-color: #F43E10;
}
</style>
border-color css
<style>
span { border-color: #F43E10; }
span { border-color: rgb(244,62,16); }
td.TdClassName
{
border-color: #F43E10;
}
.TagClassName
{
border-color: #F43E10;
}
</style>