Shades of Orange Red #F9460D
Tints of Orange Red #F9460D
RGB
CMYK
RGB Variations
Color information
#F9460D (or 0xF9460D) is known color: Orange Red. HEX triplet: F9, 46 and 0D. RGB value is (249,70,13). Sum of RGB (Red+Green+Blue) = 249+70+13=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F9460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9460D is #06B9F2. Grayscale: #757575. Windows color (decimal): -440819 or 870137. OLE color: 870137.
HSL color Cylindrical-coordinate representation of color #F9460D: hue angle of 14.49º 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 #F9460D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.02 |
| HSL | 14.49º | 0.95% | 0.51% | - |
| HSV(B) | 14.49º | 0.95% | 0.98% | - |
| XYZ | 41.33 | 24.55 | 2.94 | - |
| YUV | 117.02 | 69.3 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 13 | 0 | 0.72 | 0.95 | 0.02 | 14.49 | 0.95 | 0.51 |
| Hex | F9 | 46 | D | 0 | 48 | 5F | 2 | E | 5F | 33 |
| Octal | 371 | 106 | 15 | 0 | 110 | 137 | 2 | 16 | 137 | 63 |
| Binary | 11111001 | 1000110 | 1101 | 0 | 1001000 | 1011111 | 10 | 1110 | 1011111 | 110011 |
Color Harmonies of #F9460D
Complementary color
Monochromatic Colors of #F9460D
Black with #F9460D
Text Example
Text Example
White with #F9460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9460D; }
p { color: rgb(249,70,13); }
H1.HeaderClassName
{
color: #F9460D;
}
.AnyTagClassName
{
color: #F9460D;
}
</style>
background-color css
<style>
a { background-color: #F9460D; }
a { background-color: rgb(249,70,13); }
div.DivClassName
{
background-color: #F9460D;
}
.BgClassName
{
background-color: #F9460D;
}
</style>
border-color css
<style>
span { border-color: #F9460D; }
span { border-color: rgb(249,70,13); }
td.TdClassName
{
border-color: #F9460D;
}
.TagClassName
{
border-color: #F9460D;
}
</style>