Shades of Orange Red #F9400D
Tints of Orange Red #F9400D
RGB
CMYK
RGB Variations
Color information
#F9400D (or 0xF9400D) is known color: Orange Red. HEX triplet: F9, 40 and 0D. RGB value is (249,64,13). Sum of RGB (Red+Green+Blue) = 249+64+13=326 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.38% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 249 - color contains mainly: red. Hex color #F9400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9400D is #06BFF2. Grayscale: #717171. Windows color (decimal): -442355 or 868601. OLE color: 868601.
HSL color Cylindrical-coordinate representation of color #F9400D: hue angle of 12.97º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9400D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.02 |
| HSL | 12.97º | 0.95% | 0.51% | - |
| HSV(B) | 12.97º | 0.95% | 0.98% | - |
| XYZ | 40.97 | 23.84 | 2.82 | - |
| YUV | 113.5 | 71.29 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 13 | 0 | 0.74 | 0.95 | 0.02 | 12.97 | 0.95 | 0.51 |
| Hex | F9 | 40 | D | 0 | 4A | 5F | 2 | D | 5F | 33 |
| Octal | 371 | 100 | 15 | 0 | 112 | 137 | 2 | 15 | 137 | 63 |
| Binary | 11111001 | 1000000 | 1101 | 0 | 1001010 | 1011111 | 10 | 1101 | 1011111 | 110011 |
Color Harmonies of #F9400D
Complementary color
Monochromatic Colors of #F9400D
Black with #F9400D
Text Example
Text Example
White with #F9400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9400D; }
p { color: rgb(249,64,13); }
H1.HeaderClassName
{
color: #F9400D;
}
.AnyTagClassName
{
color: #F9400D;
}
</style>
background-color css
<style>
a { background-color: #F9400D; }
a { background-color: rgb(249,64,13); }
div.DivClassName
{
background-color: #F9400D;
}
.BgClassName
{
background-color: #F9400D;
}
</style>
border-color css
<style>
span { border-color: #F9400D; }
span { border-color: rgb(249,64,13); }
td.TdClassName
{
border-color: #F9400D;
}
.TagClassName
{
border-color: #F9400D;
}
</style>