Shades of Orange Red #F9410A
Tints of Orange Red #F9410A
RGB
CMYK
RGB Variations
Color information
#F9410A (or 0xF9410A) is known color: Orange Red. HEX triplet: F9, 41 and 0A. RGB value is (249,65,10). Sum of RGB (Red+Green+Blue) = 249+65+10=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F9410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9410A is #06BEF5. Grayscale: #727272. Windows color (decimal): -442102 or 672249. OLE color: 672249.
HSL color Cylindrical-coordinate representation of color #F9410A: hue angle of 13.81º 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 #F9410A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.02 |
| HSL | 13.81º | 0.95% | 0.51% | - |
| HSV(B) | 13.81º | 0.96% | 0.98% | - |
| XYZ | 41.01 | 23.94 | 2.75 | - |
| YUV | 113.75 | 69.46 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 10 | 0 | 0.74 | 0.96 | 0.02 | 13.81 | 0.95 | 0.51 |
| Hex | F9 | 41 | A | 0 | 4A | 60 | 2 | E | 5F | 33 |
| Octal | 371 | 101 | 12 | 0 | 112 | 140 | 2 | 16 | 137 | 63 |
| Binary | 11111001 | 1000001 | 1010 | 0 | 1001010 | 1100000 | 10 | 1110 | 1011111 | 110011 |
Color Harmonies of #F9410A
Complementary color
Monochromatic Colors of #F9410A
Black with #F9410A
Text Example
Text Example
White with #F9410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9410A; }
p { color: rgb(249,65,10); }
H1.HeaderClassName
{
color: #F9410A;
}
.AnyTagClassName
{
color: #F9410A;
}
</style>
background-color css
<style>
a { background-color: #F9410A; }
a { background-color: rgb(249,65,10); }
div.DivClassName
{
background-color: #F9410A;
}
.BgClassName
{
background-color: #F9410A;
}
</style>
border-color css
<style>
span { border-color: #F9410A; }
span { border-color: rgb(249,65,10); }
td.TdClassName
{
border-color: #F9410A;
}
.TagClassName
{
border-color: #F9410A;
}
</style>