Shades of Orange Red #F9460A
Tints of Orange Red #F9460A
RGB
CMYK
RGB Variations
Color information
#F9460A (or 0xF9460A) is known color: Orange Red. HEX triplet: F9, 46 and 0A. RGB value is (249,70,10). Sum of RGB (Red+Green+Blue) = 249+70+10=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9460A is #06B9F5. Grayscale: #757575. Windows color (decimal): -440822 or 673529. OLE color: 673529.
HSL color Cylindrical-coordinate representation of color #F9460A: hue angle of 15.06º 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 #F9460A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.02 |
| HSL | 15.06º | 0.95% | 0.51% | - |
| HSV(B) | 15.06º | 0.96% | 0.98% | - |
| XYZ | 41.31 | 24.54 | 2.85 | - |
| YUV | 116.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 10 | 0 | 0.72 | 0.96 | 0.02 | 15.06 | 0.95 | 0.51 |
| Hex | F9 | 46 | A | 0 | 48 | 60 | 2 | F | 5F | 33 |
| Octal | 371 | 106 | 12 | 0 | 110 | 140 | 2 | 17 | 137 | 63 |
| Binary | 11111001 | 1000110 | 1010 | 0 | 1001000 | 1100000 | 10 | 1111 | 1011111 | 110011 |
Color Harmonies of #F9460A
Complementary color
Monochromatic Colors of #F9460A
Black with #F9460A
Text Example
Text Example
White with #F9460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9460A; }
p { color: rgb(249,70,10); }
H1.HeaderClassName
{
color: #F9460A;
}
.AnyTagClassName
{
color: #F9460A;
}
</style>
background-color css
<style>
a { background-color: #F9460A; }
a { background-color: rgb(249,70,10); }
div.DivClassName
{
background-color: #F9460A;
}
.BgClassName
{
background-color: #F9460A;
}
</style>
border-color css
<style>
span { border-color: #F9460A; }
span { border-color: rgb(249,70,10); }
td.TdClassName
{
border-color: #F9460A;
}
.TagClassName
{
border-color: #F9460A;
}
</style>