Shades of Orange Red #F94510
Tints of Orange Red #F94510
RGB
CMYK
RGB Variations
Color information
#F94510 (or 0xF94510) is known color: Orange Red. HEX triplet: F9, 45 and 10. RGB value is (249,69,16). Sum of RGB (Red+Green+Blue) = 249+69+16=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F94510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94510 is #06BAEF. Grayscale: #757575. Windows color (decimal): -441072 or 1066489. OLE color: 1066489.
HSL color Cylindrical-coordinate representation of color #F94510: hue angle of 13.65º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F94510 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 16 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.02 |
| HSL | 13.65º | 0.95% | 0.52% | - |
| HSV(B) | 13.65º | 0.94% | 0.98% | - |
| XYZ | 41.29 | 24.43 | 3.03 | - |
| YUV | 116.78 | 71.13 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 16 | 0 | 0.72 | 0.94 | 0.02 | 13.65 | 0.95 | 0.52 |
| Hex | F9 | 45 | 10 | 0 | 48 | 5E | 2 | E | 5F | 34 |
| Octal | 371 | 105 | 20 | 0 | 110 | 136 | 2 | 16 | 137 | 64 |
| Binary | 11111001 | 1000101 | 10000 | 0 | 1001000 | 1011110 | 10 | 1110 | 1011111 | 110100 |
Color Harmonies of #F94510
Complementary color
Monochromatic Colors of #F94510
Black with #F94510
Text Example
Text Example
White with #F94510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94510; }
p { color: rgb(249,69,16); }
H1.HeaderClassName
{
color: #F94510;
}
.AnyTagClassName
{
color: #F94510;
}
</style>
background-color css
<style>
a { background-color: #F94510; }
a { background-color: rgb(249,69,16); }
div.DivClassName
{
background-color: #F94510;
}
.BgClassName
{
background-color: #F94510;
}
</style>
border-color css
<style>
span { border-color: #F94510; }
span { border-color: rgb(249,69,16); }
td.TdClassName
{
border-color: #F94510;
}
.TagClassName
{
border-color: #F94510;
}
</style>