Shades of Orange Red #F94117
Tints of Orange Red #F94117
RGB
CMYK
RGB Variations
Color information
#F94117 (or 0xF94117) is known color: Orange Red. HEX triplet: F9, 41 and 17. RGB value is (249,65,23). Sum of RGB (Red+Green+Blue) = 249+65+23=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F94117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94117 is #06BEE8. Grayscale: #737373. Windows color (decimal): -442089 or 1524217. OLE color: 1524217.
HSL color Cylindrical-coordinate representation of color #F94117: hue angle of 11.15º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F94117 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 23 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.02 |
| HSL | 11.15º | 0.95% | 0.53% | - |
| HSV(B) | 11.15º | 0.91% | 0.98% | - |
| XYZ | 41.11 | 23.98 | 3.27 | - |
| YUV | 115.23 | 75.96 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 23 | 0 | 0.74 | 0.91 | 0.02 | 11.15 | 0.95 | 0.53 |
| Hex | F9 | 41 | 17 | 0 | 4A | 5B | 2 | B | 5F | 35 |
| Octal | 371 | 101 | 27 | 0 | 112 | 133 | 2 | 13 | 137 | 65 |
| Binary | 11111001 | 1000001 | 10111 | 0 | 1001010 | 1011011 | 10 | 1011 | 1011111 | 110101 |
Color Harmonies of #F94117
Complementary color
Monochromatic Colors of #F94117
Black with #F94117
Text Example
Text Example
White with #F94117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94117; }
p { color: rgb(249,65,23); }
H1.HeaderClassName
{
color: #F94117;
}
.AnyTagClassName
{
color: #F94117;
}
</style>
background-color css
<style>
a { background-color: #F94117; }
a { background-color: rgb(249,65,23); }
div.DivClassName
{
background-color: #F94117;
}
.BgClassName
{
background-color: #F94117;
}
</style>
border-color css
<style>
span { border-color: #F94117; }
span { border-color: rgb(249,65,23); }
td.TdClassName
{
border-color: #F94117;
}
.TagClassName
{
border-color: #F94117;
}
</style>