Shades of Red Orange #F94A34
Tints of Red Orange #F94A34
RGB
CMYK
RGB Variations
Color information
#F94A34 (or 0xF94A34) is known color: Red Orange. HEX triplet: F9, 4A and 34. RGB value is (249,74,52). Sum of RGB (Red+Green+Blue) = 249+74+52=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A34 is #06B5CB. Grayscale: #7C7C7C. Windows color (decimal): -439756 or 3427065. OLE color: 3427065.
HSL color Cylindrical-coordinate representation of color #F94A34: hue angle of 6.7º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F94A34 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 52 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.02 |
| HSL | 6.7º | 0.94% | 0.59% | - |
| HSV(B) | 6.7º | 0.79% | 0.98% | - |
| XYZ | 42.14 | 25.29 | 5.91 | - |
| YUV | 123.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 52 | 0 | 0.70 | 0.79 | 0.02 | 6.7 | 0.94 | 0.59 |
| Hex | F9 | 4A | 34 | 0 | 46 | 4F | 2 | 7 | 5E | 3B |
| Octal | 371 | 112 | 64 | 0 | 106 | 117 | 2 | 7 | 136 | 73 |
| Binary | 11111001 | 1001010 | 110100 | 0 | 1000110 | 1001111 | 10 | 111 | 1011110 | 111011 |
Color Harmonies of #F94A34
Complementary color
Monochromatic Colors of #F94A34
Black with #F94A34
Text Example
Text Example
White with #F94A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A34; }
p { color: rgb(249,74,52); }
H1.HeaderClassName
{
color: #F94A34;
}
.AnyTagClassName
{
color: #F94A34;
}
</style>
background-color css
<style>
a { background-color: #F94A34; }
a { background-color: rgb(249,74,52); }
div.DivClassName
{
background-color: #F94A34;
}
.BgClassName
{
background-color: #F94A34;
}
</style>
border-color css
<style>
span { border-color: #F94A34; }
span { border-color: rgb(249,74,52); }
td.TdClassName
{
border-color: #F94A34;
}
.TagClassName
{
border-color: #F94A34;
}
</style>