Shades of Orange Red #F94201
Tints of Orange Red #F94201
RGB
CMYK
RGB Variations
Color information
#F94201 (or 0xF94201) is known color: Orange Red. HEX triplet: F9, 42 and 01. RGB value is (249,66,1). Sum of RGB (Red+Green+Blue) = 249+66+1=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F94201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94201 is #06BDFE. Grayscale: #717171. Windows color (decimal): -441855 or 82681. OLE color: 82681.
HSL color Cylindrical-coordinate representation of color #F94201: hue angle of 15.73º 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 #F94201 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.02 |
| HSL | 15.73º | 0.99% | 0.49% | - |
| HSV(B) | 15.73º | 1% | 0.98% | - |
| XYZ | 41.02 | 24.04 | 2.51 | - |
| YUV | 113.31 | 64.63 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 1 | 0 | 0.73 | 1.00 | 0.02 | 15.73 | 0.99 | 0.49 |
| Hex | F9 | 42 | 1 | 0 | 49 | 64 | 2 | 10 | 63 | 31 |
| Octal | 371 | 102 | 1 | 0 | 111 | 144 | 2 | 20 | 143 | 61 |
| Binary | 11111001 | 1000010 | 1 | 0 | 1001001 | 1100100 | 10 | 10000 | 1100011 | 110001 |
Color Harmonies of #F94201
Complementary color
Monochromatic Colors of #F94201
Black with #F94201
Text Example
Text Example
White with #F94201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94201; }
p { color: rgb(249,66,1); }
H1.HeaderClassName
{
color: #F94201;
}
.AnyTagClassName
{
color: #F94201;
}
</style>
background-color css
<style>
a { background-color: #F94201; }
a { background-color: rgb(249,66,1); }
div.DivClassName
{
background-color: #F94201;
}
.BgClassName
{
background-color: #F94201;
}
</style>
border-color css
<style>
span { border-color: #F94201; }
span { border-color: rgb(249,66,1); }
td.TdClassName
{
border-color: #F94201;
}
.TagClassName
{
border-color: #F94201;
}
</style>