Shades of Orange Red #F94001
Tints of Orange Red #F94001
RGB
CMYK
RGB Variations
Color information
#F94001 (or 0xF94001) is known color: Orange Red. HEX triplet: F9, 40 and 01. RGB value is (249,64,1). Sum of RGB (Red+Green+Blue) = 249+64+1=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F94001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94001 is #06BFFE. Grayscale: #707070. Windows color (decimal): -442367 or 82169. OLE color: 82169.
HSL color Cylindrical-coordinate representation of color #F94001: hue angle of 15.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F94001 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.02 |
| HSL | 15.24º | 0.99% | 0.49% | - |
| HSV(B) | 15.24º | 1% | 0.98% | - |
| XYZ | 40.91 | 23.81 | 2.47 | - |
| YUV | 112.13 | 65.29 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 1 | 0 | 0.74 | 1.00 | 0.02 | 15.24 | 0.99 | 0.49 |
| Hex | F9 | 40 | 1 | 0 | 4A | 64 | 2 | F | 63 | 31 |
| Octal | 371 | 100 | 1 | 0 | 112 | 144 | 2 | 17 | 143 | 61 |
| Binary | 11111001 | 1000000 | 1 | 0 | 1001010 | 1100100 | 10 | 1111 | 1100011 | 110001 |
Color Harmonies of #F94001
Complementary color
Monochromatic Colors of #F94001
Black with #F94001
Text Example
Text Example
White with #F94001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94001; }
p { color: rgb(249,64,1); }
H1.HeaderClassName
{
color: #F94001;
}
.AnyTagClassName
{
color: #F94001;
}
</style>
background-color css
<style>
a { background-color: #F94001; }
a { background-color: rgb(249,64,1); }
div.DivClassName
{
background-color: #F94001;
}
.BgClassName
{
background-color: #F94001;
}
</style>
border-color css
<style>
span { border-color: #F94001; }
span { border-color: rgb(249,64,1); }
td.TdClassName
{
border-color: #F94001;
}
.TagClassName
{
border-color: #F94001;
}
</style>