Shades of Vermilion #F34C0A
Tints of Vermilion #F34C0A
RGB
CMYK
RGB Variations
Color information
#F34C0A (or 0xF34C0A) is known color: Vermilion. HEX triplet: F3, 4C and 0A. RGB value is (243,76,10). Sum of RGB (Red+Green+Blue) = 243+76+10=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C0A is #0CB3F5. Grayscale: #767676. Windows color (decimal): -832502 or 675059. OLE color: 675059.
HSL color Cylindrical-coordinate representation of color #F34C0A: hue angle of 17º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F34C0A is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 10 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.05 |
| HSL | 17º | 0.92% | 0.5% | - |
| HSV(B) | 17º | 0.96% | 0.95% | - |
| XYZ | 39.6 | 24.25 | 2.88 | - |
| YUV | 118.41 | 66.83 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 10 | 0 | 0.69 | 0.96 | 0.05 | 17 | 0.92 | 0.5 |
| Hex | F3 | 4C | A | 0 | 45 | 60 | 5 | 11 | 5C | 32 |
| Octal | 363 | 114 | 12 | 0 | 105 | 140 | 5 | 21 | 134 | 62 |
| Binary | 11110011 | 1001100 | 1010 | 0 | 1000101 | 1100000 | 101 | 10001 | 1011100 | 110010 |
Color Harmonies of #F34C0A
Complementary color
Monochromatic Colors of #F34C0A
Black with #F34C0A
Text Example
Text Example
White with #F34C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C0A; }
p { color: rgb(243,76,10); }
H1.HeaderClassName
{
color: #F34C0A;
}
.AnyTagClassName
{
color: #F34C0A;
}
</style>
background-color css
<style>
a { background-color: #F34C0A; }
a { background-color: rgb(243,76,10); }
div.DivClassName
{
background-color: #F34C0A;
}
.BgClassName
{
background-color: #F34C0A;
}
</style>
border-color css
<style>
span { border-color: #F34C0A; }
span { border-color: rgb(243,76,10); }
td.TdClassName
{
border-color: #F34C0A;
}
.TagClassName
{
border-color: #F34C0A;
}
</style>