Shades of Orange Red #F94311
Tints of Orange Red #F94311
RGB
CMYK
RGB Variations
Color information
#F94311 (or 0xF94311) is known color: Orange Red. HEX triplet: F9, 43 and 11. RGB value is (249,67,17). Sum of RGB (Red+Green+Blue) = 249+67+17=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F94311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94311 is #06BCEE. Grayscale: #747474. Windows color (decimal): -441583 or 1131513. OLE color: 1131513.
HSL color Cylindrical-coordinate representation of color #F94311: hue angle of 12.93º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F94311 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.02 |
| HSL | 12.93º | 0.95% | 0.52% | - |
| HSV(B) | 12.93º | 0.93% | 0.98% | - |
| XYZ | 41.18 | 24.19 | 3.03 | - |
| YUV | 115.72 | 72.3 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 17 | 0 | 0.73 | 0.93 | 0.02 | 12.93 | 0.95 | 0.52 |
| Hex | F9 | 43 | 11 | 0 | 49 | 5D | 2 | D | 5F | 34 |
| Octal | 371 | 103 | 21 | 0 | 111 | 135 | 2 | 15 | 137 | 64 |
| Binary | 11111001 | 1000011 | 10001 | 0 | 1001001 | 1011101 | 10 | 1101 | 1011111 | 110100 |
Color Harmonies of #F94311
Complementary color
Monochromatic Colors of #F94311
Black with #F94311
Text Example
Text Example
White with #F94311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94311; }
p { color: rgb(249,67,17); }
H1.HeaderClassName
{
color: #F94311;
}
.AnyTagClassName
{
color: #F94311;
}
</style>
background-color css
<style>
a { background-color: #F94311; }
a { background-color: rgb(249,67,17); }
div.DivClassName
{
background-color: #F94311;
}
.BgClassName
{
background-color: #F94311;
}
</style>
border-color css
<style>
span { border-color: #F94311; }
span { border-color: rgb(249,67,17); }
td.TdClassName
{
border-color: #F94311;
}
.TagClassName
{
border-color: #F94311;
}
</style>