Shades of Red Orange #F73D1A
Tints of Red Orange #F73D1A
RGB
CMYK
RGB Variations
Color information
#F73D1A (or 0xF73D1A) is known color: Red Orange. HEX triplet: F7, 3D and 1A. RGB value is (247,61,26). Sum of RGB (Red+Green+Blue) = 247+61+26=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D1A is #08C2E5. Grayscale: #707070. Windows color (decimal): -574182 or 1719799. OLE color: 1719799.
HSL color Cylindrical-coordinate representation of color #F73D1A: hue angle of 9.5º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F73D1A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.03 |
| HSL | 9.5º | 0.93% | 0.54% | - |
| HSV(B) | 9.5º | 0.89% | 0.97% | - |
| XYZ | 40.21 | 23.19 | 3.33 | - |
| YUV | 112.62 | 79.12 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 26 | 0 | 0.75 | 0.89 | 0.03 | 9.5 | 0.93 | 0.54 |
| Hex | F7 | 3D | 1A | 0 | 4B | 59 | 3 | A | 5D | 36 |
| Octal | 367 | 75 | 32 | 0 | 113 | 131 | 3 | 12 | 135 | 66 |
| Binary | 11110111 | 111101 | 11010 | 0 | 1001011 | 1011001 | 11 | 1010 | 1011101 | 110110 |
Color Harmonies of #F73D1A
Complementary color
Monochromatic Colors of #F73D1A
Black with #F73D1A
Text Example
Text Example
White with #F73D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D1A; }
p { color: rgb(247,61,26); }
H1.HeaderClassName
{
color: #F73D1A;
}
.AnyTagClassName
{
color: #F73D1A;
}
</style>
background-color css
<style>
a { background-color: #F73D1A; }
a { background-color: rgb(247,61,26); }
div.DivClassName
{
background-color: #F73D1A;
}
.BgClassName
{
background-color: #F73D1A;
}
</style>
border-color css
<style>
span { border-color: #F73D1A; }
span { border-color: rgb(247,61,26); }
td.TdClassName
{
border-color: #F73D1A;
}
.TagClassName
{
border-color: #F73D1A;
}
</style>