Shades of Orange Red #F94403
Tints of Orange Red #F94403
RGB
CMYK
RGB Variations
Color information
#F94403 (or 0xF94403) is known color: Orange Red. HEX triplet: F9, 44 and 03. RGB value is (249,68,3). Sum of RGB (Red+Green+Blue) = 249+68+3=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F94403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94403 is #06BBFC. Grayscale: #737373. Windows color (decimal): -441341 or 214265. OLE color: 214265.
HSL color Cylindrical-coordinate representation of color #F94403: hue angle of 15.85º 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 #F94403 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.02 |
| HSL | 15.85º | 0.98% | 0.49% | - |
| HSV(B) | 15.85º | 0.99% | 0.98% | - |
| XYZ | 41.15 | 24.28 | 2.6 | - |
| YUV | 114.71 | 64.97 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 3 | 0 | 0.73 | 0.99 | 0.02 | 15.85 | 0.98 | 0.49 |
| Hex | F9 | 44 | 3 | 0 | 49 | 63 | 2 | 10 | 62 | 31 |
| Octal | 371 | 104 | 3 | 0 | 111 | 143 | 2 | 20 | 142 | 61 |
| Binary | 11111001 | 1000100 | 11 | 0 | 1001001 | 1100011 | 10 | 10000 | 1100010 | 110001 |
Color Harmonies of #F94403
Complementary color
Monochromatic Colors of #F94403
Black with #F94403
Text Example
Text Example
White with #F94403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94403; }
p { color: rgb(249,68,3); }
H1.HeaderClassName
{
color: #F94403;
}
.AnyTagClassName
{
color: #F94403;
}
</style>
background-color css
<style>
a { background-color: #F94403; }
a { background-color: rgb(249,68,3); }
div.DivClassName
{
background-color: #F94403;
}
.BgClassName
{
background-color: #F94403;
}
</style>
border-color css
<style>
span { border-color: #F94403; }
span { border-color: rgb(249,68,3); }
td.TdClassName
{
border-color: #F94403;
}
.TagClassName
{
border-color: #F94403;
}
</style>