Shades of Red Orange #F94731
Tints of Red Orange #F94731
RGB
CMYK
RGB Variations
Color information
#F94731 (or 0xF94731) is known color: Red Orange. HEX triplet: F9, 47 and 31. RGB value is (249,71,49). Sum of RGB (Red+Green+Blue) = 249+71+49=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F94731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94731 is #06B8CE. Grayscale: #797979. Windows color (decimal): -440527 or 3229689. OLE color: 3229689.
HSL color Cylindrical-coordinate representation of color #F94731: hue angle of 6.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F94731 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 49 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.02 |
| HSL | 6.6º | 0.94% | 0.58% | - |
| HSV(B) | 6.6º | 0.8% | 0.98% | - |
| XYZ | 41.87 | 24.87 | 5.5 | - |
| YUV | 121.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 49 | 0 | 0.71 | 0.80 | 0.02 | 6.6 | 0.94 | 0.58 |
| Hex | F9 | 47 | 31 | 0 | 47 | 50 | 2 | 7 | 5E | 3A |
| Octal | 371 | 107 | 61 | 0 | 107 | 120 | 2 | 7 | 136 | 72 |
| Binary | 11111001 | 1000111 | 110001 | 0 | 1000111 | 1010000 | 10 | 111 | 1011110 | 111010 |
Color Harmonies of #F94731
Complementary color
Monochromatic Colors of #F94731
Black with #F94731
Text Example
Text Example
White with #F94731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94731; }
p { color: rgb(249,71,49); }
H1.HeaderClassName
{
color: #F94731;
}
.AnyTagClassName
{
color: #F94731;
}
</style>
background-color css
<style>
a { background-color: #F94731; }
a { background-color: rgb(249,71,49); }
div.DivClassName
{
background-color: #F94731;
}
.BgClassName
{
background-color: #F94731;
}
</style>
border-color css
<style>
span { border-color: #F94731; }
span { border-color: rgb(249,71,49); }
td.TdClassName
{
border-color: #F94731;
}
.TagClassName
{
border-color: #F94731;
}
</style>