Shades of Orange Red #F73900
Tints of Orange Red #F73900
RGB
CMYK
RGB Variations
Color information
#F73900 (or 0xF73900) is known color: Orange Red. HEX triplet: F7, 39 and 00. RGB value is (247,57,0). Sum of RGB (Red+Green+Blue) = 247+57+0=304 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.25% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 247 - color contains mainly: red. Hex color #F73900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73900 is #08C6FF. Grayscale: #6B6B6B. Windows color (decimal): -575232 or 14839. OLE color: 14839.
HSL color Cylindrical-coordinate representation of color #F73900: hue angle of 13.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F73900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 57 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.03 |
| HSL | 13.85º | 1% | 0.48% | - |
| HSV(B) | 13.85º | 1% | 0.97% | - |
| XYZ | 39.82 | 22.7 | 2.28 | - |
| YUV | 107.31 | 67.45 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 57 | 0 | 0 | 0.77 | 1 | 0.03 | 13.85 | 1 | 0.48 |
| Hex | F7 | 39 | 0 | 0 | 4D | 64 | 3 | E | 64 | 30 |
| Octal | 367 | 71 | 0 | 0 | 115 | 144 | 3 | 16 | 144 | 60 |
| Binary | 11110111 | 111001 | 0 | 0 | 1001101 | 1100100 | 11 | 1110 | 1100100 | 110000 |
Color Harmonies of #F73900
Complementary color
Monochromatic Colors of #F73900
Black with #F73900
Text Example
Text Example
White with #F73900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73900; }
p { color: rgb(247,57,0); }
H1.HeaderClassName
{
color: #F73900;
}
.AnyTagClassName
{
color: #F73900;
}
</style>
background-color css
<style>
a { background-color: #F73900; }
a { background-color: rgb(247,57,0); }
div.DivClassName
{
background-color: #F73900;
}
.BgClassName
{
background-color: #F73900;
}
</style>
border-color css
<style>
span { border-color: #F73900; }
span { border-color: rgb(247,57,0); }
td.TdClassName
{
border-color: #F73900;
}
.TagClassName
{
border-color: #F73900;
}
</style>