Shades of Vermilion #F74D03
Tints of Vermilion #F74D03
RGB
CMYK
RGB Variations
Color information
#F74D03 (or 0xF74D03) is known color: Vermilion. HEX triplet: F7, 4D and 03. RGB value is (247,77,3). Sum of RGB (Red+Green+Blue) = 247+77+3=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D03 is #08B2FC. Grayscale: #777777. Windows color (decimal): -570109 or 216567. OLE color: 216567.
HSL color Cylindrical-coordinate representation of color #F74D03: hue angle of 18.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F74D03 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.03 |
| HSL | 18.2º | 0.98% | 0.49% | - |
| HSV(B) | 18.2º | 0.99% | 0.97% | - |
| XYZ | 41.03 | 25.09 | 2.77 | - |
| YUV | 119.39 | 62.32 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 3 | 0 | 0.69 | 0.99 | 0.03 | 18.2 | 0.98 | 0.49 |
| Hex | F7 | 4D | 3 | 0 | 45 | 63 | 3 | 12 | 62 | 31 |
| Octal | 367 | 115 | 3 | 0 | 105 | 143 | 3 | 22 | 142 | 61 |
| Binary | 11110111 | 1001101 | 11 | 0 | 1000101 | 1100011 | 11 | 10010 | 1100010 | 110001 |
Color Harmonies of #F74D03
Complementary color
Monochromatic Colors of #F74D03
Black with #F74D03
Text Example
Text Example
White with #F74D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D03; }
p { color: rgb(247,77,3); }
H1.HeaderClassName
{
color: #F74D03;
}
.AnyTagClassName
{
color: #F74D03;
}
</style>
background-color css
<style>
a { background-color: #F74D03; }
a { background-color: rgb(247,77,3); }
div.DivClassName
{
background-color: #F74D03;
}
.BgClassName
{
background-color: #F74D03;
}
</style>
border-color css
<style>
span { border-color: #F74D03; }
span { border-color: rgb(247,77,3); }
td.TdClassName
{
border-color: #F74D03;
}
.TagClassName
{
border-color: #F74D03;
}
</style>