Shades of Orange Red #F94406
Tints of Orange Red #F94406
RGB
CMYK
RGB Variations
Color information
#F94406 (or 0xF94406) is known color: Orange Red. HEX triplet: F9, 44 and 06. RGB value is (249,68,6). Sum of RGB (Red+Green+Blue) = 249+68+6=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F94406 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94406 is #06BBF9. Grayscale: #737373. Windows color (decimal): -441338 or 410873. OLE color: 410873.
HSL color Cylindrical-coordinate representation of color #F94406: hue angle of 15.31º 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 #F94406 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 6 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.02 |
| HSL | 15.31º | 0.95% | 0.5% | - |
| HSV(B) | 15.31º | 0.98% | 0.98% | - |
| XYZ | 41.17 | 24.29 | 2.69 | - |
| YUV | 115.05 | 66.47 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 6 | 0 | 0.73 | 0.98 | 0.02 | 15.31 | 0.95 | 0.5 |
| Hex | F9 | 44 | 6 | 0 | 49 | 62 | 2 | F | 5F | 32 |
| Octal | 371 | 104 | 6 | 0 | 111 | 142 | 2 | 17 | 137 | 62 |
| Binary | 11111001 | 1000100 | 110 | 0 | 1001001 | 1100010 | 10 | 1111 | 1011111 | 110010 |
Color Harmonies of #F94406
Complementary color
Monochromatic Colors of #F94406
Black with #F94406
Text Example
Text Example
White with #F94406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94406; }
p { color: rgb(249,68,6); }
H1.HeaderClassName
{
color: #F94406;
}
.AnyTagClassName
{
color: #F94406;
}
</style>
background-color css
<style>
a { background-color: #F94406; }
a { background-color: rgb(249,68,6); }
div.DivClassName
{
background-color: #F94406;
}
.BgClassName
{
background-color: #F94406;
}
</style>
border-color css
<style>
span { border-color: #F94406; }
span { border-color: rgb(249,68,6); }
td.TdClassName
{
border-color: #F94406;
}
.TagClassName
{
border-color: #F94406;
}
</style>