Shades of Red Orange #F94036
Tints of Red Orange #F94036
RGB
CMYK
RGB Variations
Color information
#F94036 (or 0xF94036) is known color: Red Orange. HEX triplet: F9, 40 and 36. RGB value is (249,64,54). Sum of RGB (Red+Green+Blue) = 249+64+54=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F94036 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94036 is #06BFC9. Grayscale: #767676. Windows color (decimal): -442314 or 3555577. OLE color: 3555577.
HSL color Cylindrical-coordinate representation of color #F94036: hue angle of 3.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F94036 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 54 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.02 |
| HSL | 3.08º | 0.94% | 0.59% | - |
| HSV(B) | 3.08º | 0.78% | 0.98% | - |
| XYZ | 41.57 | 24.07 | 5.95 | - |
| YUV | 118.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 54 | 0 | 0.74 | 0.78 | 0.02 | 3.08 | 0.94 | 0.59 |
| Hex | F9 | 40 | 36 | 0 | 4A | 4E | 2 | 3 | 5E | 3B |
| Octal | 371 | 100 | 66 | 0 | 112 | 116 | 2 | 3 | 136 | 73 |
| Binary | 11111001 | 1000000 | 110110 | 0 | 1001010 | 1001110 | 10 | 11 | 1011110 | 111011 |
Color Harmonies of #F94036
Complementary color
Monochromatic Colors of #F94036
Black with #F94036
Text Example
Text Example
White with #F94036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94036; }
p { color: rgb(249,64,54); }
H1.HeaderClassName
{
color: #F94036;
}
.AnyTagClassName
{
color: #F94036;
}
</style>
background-color css
<style>
a { background-color: #F94036; }
a { background-color: rgb(249,64,54); }
div.DivClassName
{
background-color: #F94036;
}
.BgClassName
{
background-color: #F94036;
}
</style>
border-color css
<style>
span { border-color: #F94036; }
span { border-color: rgb(249,64,54); }
td.TdClassName
{
border-color: #F94036;
}
.TagClassName
{
border-color: #F94036;
}
</style>