Shades of Orange Red #F73805
Tints of Orange Red #F73805
RGB
CMYK
RGB Variations
Color information
#F73805 (or 0xF73805) is known color: Orange Red. HEX triplet: F7, 38 and 05. RGB value is (247,56,5). Sum of RGB (Red+Green+Blue) = 247+56+5=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F73805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73805 is #08C7FA. Grayscale: #6B6B6B. Windows color (decimal): -575483 or 342263. OLE color: 342263.
HSL color Cylindrical-coordinate representation of color #F73805: hue angle of 12.64º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F73805 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.03 |
| HSL | 12.64º | 0.96% | 0.49% | - |
| HSV(B) | 12.64º | 0.98% | 0.97% | - |
| XYZ | 39.8 | 22.61 | 2.41 | - |
| YUV | 107.3 | 70.28 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 5 | 0 | 0.77 | 0.98 | 0.03 | 12.64 | 0.96 | 0.49 |
| Hex | F7 | 38 | 5 | 0 | 4D | 62 | 3 | D | 60 | 31 |
| Octal | 367 | 70 | 5 | 0 | 115 | 142 | 3 | 15 | 140 | 61 |
| Binary | 11110111 | 111000 | 101 | 0 | 1001101 | 1100010 | 11 | 1101 | 1100000 | 110001 |
Color Harmonies of #F73805
Complementary color
Monochromatic Colors of #F73805
Black with #F73805
Text Example
Text Example
White with #F73805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73805; }
p { color: rgb(247,56,5); }
H1.HeaderClassName
{
color: #F73805;
}
.AnyTagClassName
{
color: #F73805;
}
</style>
background-color css
<style>
a { background-color: #F73805; }
a { background-color: rgb(247,56,5); }
div.DivClassName
{
background-color: #F73805;
}
.BgClassName
{
background-color: #F73805;
}
</style>
border-color css
<style>
span { border-color: #F73805; }
span { border-color: rgb(247,56,5); }
td.TdClassName
{
border-color: #F73805;
}
.TagClassName
{
border-color: #F73805;
}
</style>