Shades of Orange Red #F9400B
Tints of Orange Red #F9400B
RGB
CMYK
RGB Variations
Color information
#F9400B (or 0xF9400B) is known color: Orange Red. HEX triplet: F9, 40 and 0B. RGB value is (249,64,11). Sum of RGB (Red+Green+Blue) = 249+64+11=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F9400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9400B is #06BFF4. Grayscale: #717171. Windows color (decimal): -442357 or 737529. OLE color: 737529.
HSL color Cylindrical-coordinate representation of color #F9400B: hue angle of 13.36º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9400B is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 11 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.02 |
| HSL | 13.36º | 0.95% | 0.51% | - |
| HSV(B) | 13.36º | 0.96% | 0.98% | - |
| XYZ | 40.96 | 23.83 | 2.76 | - |
| YUV | 113.27 | 70.29 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 11 | 0 | 0.74 | 0.96 | 0.02 | 13.36 | 0.95 | 0.51 |
| Hex | F9 | 40 | B | 0 | 4A | 60 | 2 | D | 5F | 33 |
| Octal | 371 | 100 | 13 | 0 | 112 | 140 | 2 | 15 | 137 | 63 |
| Binary | 11111001 | 1000000 | 1011 | 0 | 1001010 | 1100000 | 10 | 1101 | 1011111 | 110011 |
Color Harmonies of #F9400B
Complementary color
Monochromatic Colors of #F9400B
Black with #F9400B
Text Example
Text Example
White with #F9400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9400B; }
p { color: rgb(249,64,11); }
H1.HeaderClassName
{
color: #F9400B;
}
.AnyTagClassName
{
color: #F9400B;
}
</style>
background-color css
<style>
a { background-color: #F9400B; }
a { background-color: rgb(249,64,11); }
div.DivClassName
{
background-color: #F9400B;
}
.BgClassName
{
background-color: #F9400B;
}
</style>
border-color css
<style>
span { border-color: #F9400B; }
span { border-color: rgb(249,64,11); }
td.TdClassName
{
border-color: #F9400B;
}
.TagClassName
{
border-color: #F9400B;
}
</style>