Shades of Orange Red #F93713
Tints of Orange Red #F93713
RGB
CMYK
RGB Variations
Color information
#F93713 (or 0xF93713) is known color: Orange Red. HEX triplet: F9, 37 and 13. RGB value is (249,55,19). Sum of RGB (Red+Green+Blue) = 249+55+19=323 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.09% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 249 - color contains mainly: red. Hex color #F93713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93713 is #06C8EC. Grayscale: #6D6D6D. Windows color (decimal): -444653 or 1259513. OLE color: 1259513.
HSL color Cylindrical-coordinate representation of color #F93713: hue angle of 9.39º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F93713 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.02 |
| HSL | 9.39º | 0.95% | 0.53% | - |
| HSV(B) | 9.39º | 0.92% | 0.98% | - |
| XYZ | 40.55 | 22.92 | 2.9 | - |
| YUV | 108.9 | 77.27 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 19 | 0 | 0.78 | 0.92 | 0.02 | 9.39 | 0.95 | 0.53 |
| Hex | F9 | 37 | 13 | 0 | 4E | 5C | 2 | 9 | 5F | 35 |
| Octal | 371 | 67 | 23 | 0 | 116 | 134 | 2 | 11 | 137 | 65 |
| Binary | 11111001 | 110111 | 10011 | 0 | 1001110 | 1011100 | 10 | 1001 | 1011111 | 110101 |
Color Harmonies of #F93713
Complementary color
Monochromatic Colors of #F93713
Black with #F93713
Text Example
Text Example
White with #F93713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93713; }
p { color: rgb(249,55,19); }
H1.HeaderClassName
{
color: #F93713;
}
.AnyTagClassName
{
color: #F93713;
}
</style>
background-color css
<style>
a { background-color: #F93713; }
a { background-color: rgb(249,55,19); }
div.DivClassName
{
background-color: #F93713;
}
.BgClassName
{
background-color: #F93713;
}
</style>
border-color css
<style>
span { border-color: #F93713; }
span { border-color: rgb(249,55,19); }
td.TdClassName
{
border-color: #F93713;
}
.TagClassName
{
border-color: #F93713;
}
</style>