Shades of Vermilion #F34A00
Tints of Vermilion #F34A00
RGB
CMYK
RGB Variations
Color information
#F34A00 (or 0xF34A00) is known color: Vermilion. HEX triplet: F3, 4A and 00. RGB value is (243,74,0). Sum of RGB (Red+Green+Blue) = 243+74+0=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34A00 is #0CB5FF. Grayscale: #747474. Windows color (decimal): -833024 or 19187. OLE color: 19187.
HSL color Cylindrical-coordinate representation of color #F34A00: hue angle of 18.27º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F34A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 74 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.05 |
| HSL | 18.27º | 1% | 0.48% | - |
| HSV(B) | 18.27º | 1% | 0.95% | - |
| XYZ | 39.41 | 23.95 | 2.55 | - |
| YUV | 116.1 | 62.49 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 74 | 0 | 0 | 0.70 | 1 | 0.05 | 18.27 | 1 | 0.48 |
| Hex | F3 | 4A | 0 | 0 | 46 | 64 | 5 | 12 | 64 | 30 |
| Octal | 363 | 112 | 0 | 0 | 106 | 144 | 5 | 22 | 144 | 60 |
| Binary | 11110011 | 1001010 | 0 | 0 | 1000110 | 1100100 | 101 | 10010 | 1100100 | 110000 |
Color Harmonies of #F34A00
Complementary color
Monochromatic Colors of #F34A00
Black with #F34A00
Text Example
Text Example
White with #F34A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34A00; }
p { color: rgb(243,74,0); }
H1.HeaderClassName
{
color: #F34A00;
}
.AnyTagClassName
{
color: #F34A00;
}
</style>
background-color css
<style>
a { background-color: #F34A00; }
a { background-color: rgb(243,74,0); }
div.DivClassName
{
background-color: #F34A00;
}
.BgClassName
{
background-color: #F34A00;
}
</style>
border-color css
<style>
span { border-color: #F34A00; }
span { border-color: rgb(243,74,0); }
td.TdClassName
{
border-color: #F34A00;
}
.TagClassName
{
border-color: #F34A00;
}
</style>