Shades of Red Orange #F94032
Tints of Red Orange #F94032
RGB
CMYK
RGB Variations
Color information
#F94032 (or 0xF94032) is known color: Red Orange. HEX triplet: F9, 40 and 32. RGB value is (249,64,50). Sum of RGB (Red+Green+Blue) = 249+64+50=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F94032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94032 is #06BFCD. Grayscale: #757575. Windows color (decimal): -442318 or 3293433. OLE color: 3293433.
HSL color Cylindrical-coordinate representation of color #F94032: hue angle of 4.22º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F94032 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 50 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.02 |
| HSL | 4.22º | 0.94% | 0.59% | - |
| HSV(B) | 4.22º | 0.8% | 0.98% | - |
| XYZ | 41.48 | 24.04 | 5.47 | - |
| YUV | 117.72 | 89.79 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 50 | 0 | 0.74 | 0.80 | 0.02 | 4.22 | 0.94 | 0.59 |
| Hex | F9 | 40 | 32 | 0 | 4A | 50 | 2 | 4 | 5E | 3B |
| Octal | 371 | 100 | 62 | 0 | 112 | 120 | 2 | 4 | 136 | 73 |
| Binary | 11111001 | 1000000 | 110010 | 0 | 1001010 | 1010000 | 10 | 100 | 1011110 | 111011 |
Color Harmonies of #F94032
Complementary color
Monochromatic Colors of #F94032
Black with #F94032
Text Example
Text Example
White with #F94032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94032; }
p { color: rgb(249,64,50); }
H1.HeaderClassName
{
color: #F94032;
}
.AnyTagClassName
{
color: #F94032;
}
</style>
background-color css
<style>
a { background-color: #F94032; }
a { background-color: rgb(249,64,50); }
div.DivClassName
{
background-color: #F94032;
}
.BgClassName
{
background-color: #F94032;
}
</style>
border-color css
<style>
span { border-color: #F94032; }
span { border-color: rgb(249,64,50); }
td.TdClassName
{
border-color: #F94032;
}
.TagClassName
{
border-color: #F94032;
}
</style>