Shades of Orange Red #F94003
Tints of Orange Red #F94003
RGB
CMYK
RGB Variations
Color information
#F94003 (or 0xF94003) is known color: Orange Red. HEX triplet: F9, 40 and 03. RGB value is (249,64,3). Sum of RGB (Red+Green+Blue) = 249+64+3=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F94003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94003 is #06BFFC. Grayscale: #707070. Windows color (decimal): -442365 or 213241. OLE color: 213241.
HSL color Cylindrical-coordinate representation of color #F94003: hue angle of 14.88º 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 #F94003 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.02 |
| HSL | 14.88º | 0.98% | 0.49% | - |
| HSV(B) | 14.88º | 0.99% | 0.98% | - |
| XYZ | 40.92 | 23.81 | 2.53 | - |
| YUV | 112.36 | 66.29 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 3 | 0 | 0.74 | 0.99 | 0.02 | 14.88 | 0.98 | 0.49 |
| Hex | F9 | 40 | 3 | 0 | 4A | 63 | 2 | F | 62 | 31 |
| Octal | 371 | 100 | 3 | 0 | 112 | 143 | 2 | 17 | 142 | 61 |
| Binary | 11111001 | 1000000 | 11 | 0 | 1001010 | 1100011 | 10 | 1111 | 1100010 | 110001 |
Color Harmonies of #F94003
Complementary color
Monochromatic Colors of #F94003
Black with #F94003
Text Example
Text Example
White with #F94003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94003; }
p { color: rgb(249,64,3); }
H1.HeaderClassName
{
color: #F94003;
}
.AnyTagClassName
{
color: #F94003;
}
</style>
background-color css
<style>
a { background-color: #F94003; }
a { background-color: rgb(249,64,3); }
div.DivClassName
{
background-color: #F94003;
}
.BgClassName
{
background-color: #F94003;
}
</style>
border-color css
<style>
span { border-color: #F94003; }
span { border-color: rgb(249,64,3); }
td.TdClassName
{
border-color: #F94003;
}
.TagClassName
{
border-color: #F94003;
}
</style>