Shades of Orange Red #F94710
Tints of Orange Red #F94710
RGB
CMYK
RGB Variations
Color information
#F94710 (or 0xF94710) is known color: Orange Red. HEX triplet: F9, 47 and 10. RGB value is (249,71,16). Sum of RGB (Red+Green+Blue) = 249+71+16=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F94710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94710 is #06B8EF. Grayscale: #767676. Windows color (decimal): -440560 or 1067001. OLE color: 1067001.
HSL color Cylindrical-coordinate representation of color #F94710: hue angle of 14.16º 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 #F94710 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 16 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.02 |
| HSL | 14.16º | 0.95% | 0.52% | - |
| HSV(B) | 14.16º | 0.94% | 0.98% | - |
| XYZ | 41.41 | 24.68 | 3.07 | - |
| YUV | 117.95 | 70.47 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 16 | 0 | 0.71 | 0.94 | 0.02 | 14.16 | 0.95 | 0.52 |
| Hex | F9 | 47 | 10 | 0 | 47 | 5E | 2 | E | 5F | 34 |
| Octal | 371 | 107 | 20 | 0 | 107 | 136 | 2 | 16 | 137 | 64 |
| Binary | 11111001 | 1000111 | 10000 | 0 | 1000111 | 1011110 | 10 | 1110 | 1011111 | 110100 |
Color Harmonies of #F94710
Complementary color
Monochromatic Colors of #F94710
Black with #F94710
Text Example
Text Example
White with #F94710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94710; }
p { color: rgb(249,71,16); }
H1.HeaderClassName
{
color: #F94710;
}
.AnyTagClassName
{
color: #F94710;
}
</style>
background-color css
<style>
a { background-color: #F94710; }
a { background-color: rgb(249,71,16); }
div.DivClassName
{
background-color: #F94710;
}
.BgClassName
{
background-color: #F94710;
}
</style>
border-color css
<style>
span { border-color: #F94710; }
span { border-color: rgb(249,71,16); }
td.TdClassName
{
border-color: #F94710;
}
.TagClassName
{
border-color: #F94710;
}
</style>