Shades of Orange Red #F94501
Tints of Orange Red #F94501
RGB
CMYK
RGB Variations
Color information
#F94501 (or 0xF94501) is known color: Orange Red. HEX triplet: F9, 45 and 01. RGB value is (249,69,1). Sum of RGB (Red+Green+Blue) = 249+69+1=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F94501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94501 is #06BAFE. Grayscale: #737373. Windows color (decimal): -441087 or 83449. OLE color: 83449.
HSL color Cylindrical-coordinate representation of color #F94501: hue angle of 16.45º 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 #F94501 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.02 |
| HSL | 16.45º | 0.99% | 0.49% | - |
| HSV(B) | 16.45º | 1% | 0.98% | - |
| XYZ | 41.2 | 24.4 | 2.57 | - |
| YUV | 115.07 | 63.63 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 1 | 0 | 0.72 | 1.00 | 0.02 | 16.45 | 0.99 | 0.49 |
| Hex | F9 | 45 | 1 | 0 | 48 | 64 | 2 | 10 | 63 | 31 |
| Octal | 371 | 105 | 1 | 0 | 110 | 144 | 2 | 20 | 143 | 61 |
| Binary | 11111001 | 1000101 | 1 | 0 | 1001000 | 1100100 | 10 | 10000 | 1100011 | 110001 |
Color Harmonies of #F94501
Complementary color
Monochromatic Colors of #F94501
Black with #F94501
Text Example
Text Example
White with #F94501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94501; }
p { color: rgb(249,69,1); }
H1.HeaderClassName
{
color: #F94501;
}
.AnyTagClassName
{
color: #F94501;
}
</style>
background-color css
<style>
a { background-color: #F94501; }
a { background-color: rgb(249,69,1); }
div.DivClassName
{
background-color: #F94501;
}
.BgClassName
{
background-color: #F94501;
}
</style>
border-color css
<style>
span { border-color: #F94501; }
span { border-color: rgb(249,69,1); }
td.TdClassName
{
border-color: #F94501;
}
.TagClassName
{
border-color: #F94501;
}
</style>