Shades of Red Orange #F73D1C
Tints of Red Orange #F73D1C
RGB
CMYK
RGB Variations
Color information
#F73D1C (or 0xF73D1C) is known color: Red Orange. HEX triplet: F7, 3D and 1C. RGB value is (247,61,28). Sum of RGB (Red+Green+Blue) = 247+61+28=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F73D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73D1C is #08C2E3. Grayscale: #717171. Windows color (decimal): -574180 or 1850871. OLE color: 1850871.
HSL color Cylindrical-coordinate representation of color #F73D1C: hue angle of 9.04º 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 #F73D1C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 61 | 28 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.03 |
| HSL | 9.04º | 0.93% | 0.54% | - |
| HSV(B) | 9.04º | 0.89% | 0.97% | - |
| XYZ | 40.24 | 23.2 | 3.46 | - |
| YUV | 112.85 | 80.12 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 61 | 28 | 0 | 0.75 | 0.89 | 0.03 | 9.04 | 0.93 | 0.54 |
| Hex | F7 | 3D | 1C | 0 | 4B | 59 | 3 | 9 | 5D | 36 |
| Octal | 367 | 75 | 34 | 0 | 113 | 131 | 3 | 11 | 135 | 66 |
| Binary | 11110111 | 111101 | 11100 | 0 | 1001011 | 1011001 | 11 | 1001 | 1011101 | 110110 |
Color Harmonies of #F73D1C
Complementary color
Monochromatic Colors of #F73D1C
Black with #F73D1C
Text Example
Text Example
White with #F73D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73D1C; }
p { color: rgb(247,61,28); }
H1.HeaderClassName
{
color: #F73D1C;
}
.AnyTagClassName
{
color: #F73D1C;
}
</style>
background-color css
<style>
a { background-color: #F73D1C; }
a { background-color: rgb(247,61,28); }
div.DivClassName
{
background-color: #F73D1C;
}
.BgClassName
{
background-color: #F73D1C;
}
</style>
border-color css
<style>
span { border-color: #F73D1C; }
span { border-color: rgb(247,61,28); }
td.TdClassName
{
border-color: #F73D1C;
}
.TagClassName
{
border-color: #F73D1C;
}
</style>