Shades of Red Orange #F94A1D
Tints of Red Orange #F94A1D
RGB
CMYK
RGB Variations
Color information
#F94A1D (or 0xF94A1D) is known color: Red Orange. HEX triplet: F9, 4A and 1D. RGB value is (249,74,29). Sum of RGB (Red+Green+Blue) = 249+74+29=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A1D is #06B5E2. Grayscale: #797979. Windows color (decimal): -439779 or 1919737. OLE color: 1919737.
HSL color Cylindrical-coordinate representation of color #F94A1D: hue angle of 12.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F94A1D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.02 |
| HSL | 12.27º | 0.95% | 0.55% | - |
| HSV(B) | 12.27º | 0.88% | 0.98% | - |
| XYZ | 41.74 | 25.13 | 3.81 | - |
| YUV | 121.2 | 75.98 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 29 | 0 | 0.70 | 0.88 | 0.02 | 12.27 | 0.95 | 0.55 |
| Hex | F9 | 4A | 1D | 0 | 46 | 58 | 2 | C | 5F | 37 |
| Octal | 371 | 112 | 35 | 0 | 106 | 130 | 2 | 14 | 137 | 67 |
| Binary | 11111001 | 1001010 | 11101 | 0 | 1000110 | 1011000 | 10 | 1100 | 1011111 | 110111 |
Color Harmonies of #F94A1D
Complementary color
Monochromatic Colors of #F94A1D
Black with #F94A1D
Text Example
Text Example
White with #F94A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A1D; }
p { color: rgb(249,74,29); }
H1.HeaderClassName
{
color: #F94A1D;
}
.AnyTagClassName
{
color: #F94A1D;
}
</style>
background-color css
<style>
a { background-color: #F94A1D; }
a { background-color: rgb(249,74,29); }
div.DivClassName
{
background-color: #F94A1D;
}
.BgClassName
{
background-color: #F94A1D;
}
</style>
border-color css
<style>
span { border-color: #F94A1D; }
span { border-color: rgb(249,74,29); }
td.TdClassName
{
border-color: #F94A1D;
}
.TagClassName
{
border-color: #F94A1D;
}
</style>