Shades of Red Orange #F94C32
Tints of Red Orange #F94C32
RGB
CMYK
RGB Variations
Color information
#F94C32 (or 0xF94C32) is known color: Red Orange. HEX triplet: F9, 4C and 32. RGB value is (249,76,50). Sum of RGB (Red+Green+Blue) = 249+76+50=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C32 is #06B3CD. Grayscale: #7D7D7D. Windows color (decimal): -439246 or 3296505. OLE color: 3296505.
HSL color Cylindrical-coordinate representation of color #F94C32: hue angle of 7.84º 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 #F94C32 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 50 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.02 |
| HSL | 7.84º | 0.94% | 0.59% | - |
| HSV(B) | 7.84º | 0.8% | 0.98% | - |
| XYZ | 42.23 | 25.54 | 5.72 | - |
| YUV | 124.76 | 85.81 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 50 | 0 | 0.69 | 0.80 | 0.02 | 7.84 | 0.94 | 0.59 |
| Hex | F9 | 4C | 32 | 0 | 45 | 50 | 2 | 8 | 5E | 3B |
| Octal | 371 | 114 | 62 | 0 | 105 | 120 | 2 | 10 | 136 | 73 |
| Binary | 11111001 | 1001100 | 110010 | 0 | 1000101 | 1010000 | 10 | 1000 | 1011110 | 111011 |
Color Harmonies of #F94C32
Complementary color
Monochromatic Colors of #F94C32
Black with #F94C32
Text Example
Text Example
White with #F94C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C32; }
p { color: rgb(249,76,50); }
H1.HeaderClassName
{
color: #F94C32;
}
.AnyTagClassName
{
color: #F94C32;
}
</style>
background-color css
<style>
a { background-color: #F94C32; }
a { background-color: rgb(249,76,50); }
div.DivClassName
{
background-color: #F94C32;
}
.BgClassName
{
background-color: #F94C32;
}
</style>
border-color css
<style>
span { border-color: #F94C32; }
span { border-color: rgb(249,76,50); }
td.TdClassName
{
border-color: #F94C32;
}
.TagClassName
{
border-color: #F94C32;
}
</style>