Shades of Orange Red #F94603
Tints of Orange Red #F94603
RGB
CMYK
RGB Variations
Color information
#F94603 (or 0xF94603) is known color: Orange Red. HEX triplet: F9, 46 and 03. RGB value is (249,70,3). Sum of RGB (Red+Green+Blue) = 249+70+3=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F94603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94603 is #06B9FC. Grayscale: #747474. Windows color (decimal): -440829 or 214777. OLE color: 214777.
HSL color Cylindrical-coordinate representation of color #F94603: hue angle of 16.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F94603 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.02 |
| HSL | 16.34º | 0.98% | 0.49% | - |
| HSV(B) | 16.34º | 0.99% | 0.98% | - |
| XYZ | 41.27 | 24.53 | 2.64 | - |
| YUV | 115.88 | 64.3 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 3 | 0 | 0.72 | 0.99 | 0.02 | 16.34 | 0.98 | 0.49 |
| Hex | F9 | 46 | 3 | 0 | 48 | 63 | 2 | 10 | 62 | 31 |
| Octal | 371 | 106 | 3 | 0 | 110 | 143 | 2 | 20 | 142 | 61 |
| Binary | 11111001 | 1000110 | 11 | 0 | 1001000 | 1100011 | 10 | 10000 | 1100010 | 110001 |
Color Harmonies of #F94603
Complementary color
Monochromatic Colors of #F94603
Black with #F94603
Text Example
Text Example
White with #F94603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94603; }
p { color: rgb(249,70,3); }
H1.HeaderClassName
{
color: #F94603;
}
.AnyTagClassName
{
color: #F94603;
}
</style>
background-color css
<style>
a { background-color: #F94603; }
a { background-color: rgb(249,70,3); }
div.DivClassName
{
background-color: #F94603;
}
.BgClassName
{
background-color: #F94603;
}
</style>
border-color css
<style>
span { border-color: #F94603; }
span { border-color: rgb(249,70,3); }
td.TdClassName
{
border-color: #F94603;
}
.TagClassName
{
border-color: #F94603;
}
</style>