Shades of Orange Red #F93710
Tints of Orange Red #F93710
RGB
CMYK
RGB Variations
Color information
#F93710 (or 0xF93710) is known color: Orange Red. HEX triplet: F9, 37 and 10. RGB value is (249,55,16). Sum of RGB (Red+Green+Blue) = 249+55+16=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F93710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93710 is #06C8EF. Grayscale: #6C6C6C. Windows color (decimal): -444656 or 1062905. OLE color: 1062905.
HSL color Cylindrical-coordinate representation of color #F93710: hue angle of 10.04º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F93710 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 16 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.02 |
| HSL | 10.04º | 0.95% | 0.52% | - |
| HSV(B) | 10.04º | 0.94% | 0.98% | - |
| XYZ | 40.53 | 22.91 | 2.78 | - |
| YUV | 108.56 | 75.77 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 16 | 0 | 0.78 | 0.94 | 0.02 | 10.04 | 0.95 | 0.52 |
| Hex | F9 | 37 | 10 | 0 | 4E | 5E | 2 | A | 5F | 34 |
| Octal | 371 | 67 | 20 | 0 | 116 | 136 | 2 | 12 | 137 | 64 |
| Binary | 11111001 | 110111 | 10000 | 0 | 1001110 | 1011110 | 10 | 1010 | 1011111 | 110100 |
Color Harmonies of #F93710
Complementary color
Monochromatic Colors of #F93710
Black with #F93710
Text Example
Text Example
White with #F93710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93710; }
p { color: rgb(249,55,16); }
H1.HeaderClassName
{
color: #F93710;
}
.AnyTagClassName
{
color: #F93710;
}
</style>
background-color css
<style>
a { background-color: #F93710; }
a { background-color: rgb(249,55,16); }
div.DivClassName
{
background-color: #F93710;
}
.BgClassName
{
background-color: #F93710;
}
</style>
border-color css
<style>
span { border-color: #F93710; }
span { border-color: rgb(249,55,16); }
td.TdClassName
{
border-color: #F93710;
}
.TagClassName
{
border-color: #F93710;
}
</style>