Shades of Orange Red #F94118
Tints of Orange Red #F94118
RGB
CMYK
RGB Variations
Color information
#F94118 (or 0xF94118) is known color: Orange Red. HEX triplet: F9, 41 and 18. RGB value is (249,65,24). Sum of RGB (Red+Green+Blue) = 249+65+24=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94118 is #06BEE7. Grayscale: #737373. Windows color (decimal): -442088 or 1589753. OLE color: 1589753.
HSL color Cylindrical-coordinate representation of color #F94118: hue angle of 10.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F94118 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.02 |
| HSL | 10.93º | 0.95% | 0.54% | - |
| HSV(B) | 10.93º | 0.9% | 0.98% | - |
| XYZ | 41.12 | 23.99 | 3.33 | - |
| YUV | 115.34 | 76.46 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 24 | 0 | 0.74 | 0.90 | 0.02 | 10.93 | 0.95 | 0.54 |
| Hex | F9 | 41 | 18 | 0 | 4A | 5A | 2 | B | 5F | 36 |
| Octal | 371 | 101 | 30 | 0 | 112 | 132 | 2 | 13 | 137 | 66 |
| Binary | 11111001 | 1000001 | 11000 | 0 | 1001010 | 1011010 | 10 | 1011 | 1011111 | 110110 |
Color Harmonies of #F94118
Complementary color
Monochromatic Colors of #F94118
Black with #F94118
Text Example
Text Example
White with #F94118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94118; }
p { color: rgb(249,65,24); }
H1.HeaderClassName
{
color: #F94118;
}
.AnyTagClassName
{
color: #F94118;
}
</style>
background-color css
<style>
a { background-color: #F94118; }
a { background-color: rgb(249,65,24); }
div.DivClassName
{
background-color: #F94118;
}
.BgClassName
{
background-color: #F94118;
}
</style>
border-color css
<style>
span { border-color: #F94118; }
span { border-color: rgb(249,65,24); }
td.TdClassName
{
border-color: #F94118;
}
.TagClassName
{
border-color: #F94118;
}
</style>