Shades of Orange Red #F94806
Tints of Orange Red #F94806
RGB
CMYK
RGB Variations
Color information
#F94806 (or 0xF94806) is known color: Orange Red. HEX triplet: F9, 48 and 06. RGB value is (249,72,6). Sum of RGB (Red+Green+Blue) = 249+72+6=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F94806 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94806 is #06B7F9. Grayscale: #757575. Windows color (decimal): -440314 or 411897. OLE color: 411897.
HSL color Cylindrical-coordinate representation of color #F94806: hue angle of 16.3º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F94806 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 6 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.02 |
| HSL | 16.3º | 0.95% | 0.5% | - |
| HSV(B) | 16.3º | 0.98% | 0.98% | - |
| XYZ | 41.42 | 24.79 | 2.77 | - |
| YUV | 117.4 | 65.14 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 6 | 0 | 0.71 | 0.98 | 0.02 | 16.3 | 0.95 | 0.5 |
| Hex | F9 | 48 | 6 | 0 | 47 | 62 | 2 | 10 | 5F | 32 |
| Octal | 371 | 110 | 6 | 0 | 107 | 142 | 2 | 20 | 137 | 62 |
| Binary | 11111001 | 1001000 | 110 | 0 | 1000111 | 1100010 | 10 | 10000 | 1011111 | 110010 |
Color Harmonies of #F94806
Complementary color
Monochromatic Colors of #F94806
Black with #F94806
Text Example
Text Example
White with #F94806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94806; }
p { color: rgb(249,72,6); }
H1.HeaderClassName
{
color: #F94806;
}
.AnyTagClassName
{
color: #F94806;
}
</style>
background-color css
<style>
a { background-color: #F94806; }
a { background-color: rgb(249,72,6); }
div.DivClassName
{
background-color: #F94806;
}
.BgClassName
{
background-color: #F94806;
}
</style>
border-color css
<style>
span { border-color: #F94806; }
span { border-color: rgb(249,72,6); }
td.TdClassName
{
border-color: #F94806;
}
.TagClassName
{
border-color: #F94806;
}
</style>