Shades of Red Orange #F94A32
Tints of Red Orange #F94A32
RGB
CMYK
RGB Variations
Color information
#F94A32 (or 0xF94A32) is known color: Red Orange. HEX triplet: F9, 4A and 32. RGB value is (249,74,50). Sum of RGB (Red+Green+Blue) = 249+74+50=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A32 is #06B5CD. Grayscale: #7B7B7B. Windows color (decimal): -439758 or 3295993. OLE color: 3295993.
HSL color Cylindrical-coordinate representation of color #F94A32: hue angle of 7.24º 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 #F94A32 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 50 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.02 |
| HSL | 7.24º | 0.94% | 0.59% | - |
| HSV(B) | 7.24º | 0.8% | 0.98% | - |
| XYZ | 42.09 | 25.27 | 5.68 | - |
| YUV | 123.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 50 | 0 | 0.70 | 0.80 | 0.02 | 7.24 | 0.94 | 0.59 |
| Hex | F9 | 4A | 32 | 0 | 46 | 50 | 2 | 7 | 5E | 3B |
| Octal | 371 | 112 | 62 | 0 | 106 | 120 | 2 | 7 | 136 | 73 |
| Binary | 11111001 | 1001010 | 110010 | 0 | 1000110 | 1010000 | 10 | 111 | 1011110 | 111011 |
Color Harmonies of #F94A32
Complementary color
Monochromatic Colors of #F94A32
Black with #F94A32
Text Example
Text Example
White with #F94A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A32; }
p { color: rgb(249,74,50); }
H1.HeaderClassName
{
color: #F94A32;
}
.AnyTagClassName
{
color: #F94A32;
}
</style>
background-color css
<style>
a { background-color: #F94A32; }
a { background-color: rgb(249,74,50); }
div.DivClassName
{
background-color: #F94A32;
}
.BgClassName
{
background-color: #F94A32;
}
</style>
border-color css
<style>
span { border-color: #F94A32; }
span { border-color: rgb(249,74,50); }
td.TdClassName
{
border-color: #F94A32;
}
.TagClassName
{
border-color: #F94A32;
}
</style>