Shades of Orange Red #F94100
Tints of Orange Red #F94100
RGB
CMYK
RGB Variations
Color information
#F94100 (or 0xF94100) is known color: Orange Red. HEX triplet: F9, 41 and 00. RGB value is (249,65,0). Sum of RGB (Red+Green+Blue) = 249+65+0=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F94100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94100 is #06BEFF. Grayscale: #717171. Windows color (decimal): -442112 or 16889. OLE color: 16889.
HSL color Cylindrical-coordinate representation of color #F94100: hue angle of 15.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F94100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.02 |
| HSL | 15.66º | 1% | 0.49% | - |
| HSV(B) | 15.66º | 1% | 0.98% | - |
| XYZ | 40.96 | 23.92 | 2.46 | - |
| YUV | 112.61 | 64.46 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 0 | 0 | 0.74 | 1 | 0.02 | 15.66 | 1 | 0.49 |
| Hex | F9 | 41 | 0 | 0 | 4A | 64 | 2 | 10 | 64 | 31 |
| Octal | 371 | 101 | 0 | 0 | 112 | 144 | 2 | 20 | 144 | 61 |
| Binary | 11111001 | 1000001 | 0 | 0 | 1001010 | 1100100 | 10 | 10000 | 1100100 | 110001 |
Color Harmonies of #F94100
Complementary color
Monochromatic Colors of #F94100
Black with #F94100
Text Example
Text Example
White with #F94100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94100; }
p { color: rgb(249,65,0); }
H1.HeaderClassName
{
color: #F94100;
}
.AnyTagClassName
{
color: #F94100;
}
</style>
background-color css
<style>
a { background-color: #F94100; }
a { background-color: rgb(249,65,0); }
div.DivClassName
{
background-color: #F94100;
}
.BgClassName
{
background-color: #F94100;
}
</style>
border-color css
<style>
span { border-color: #F94100; }
span { border-color: rgb(249,65,0); }
td.TdClassName
{
border-color: #F94100;
}
.TagClassName
{
border-color: #F94100;
}
</style>