Shades of Vermilion #F94A0D
Tints of Vermilion #F94A0D
RGB
CMYK
RGB Variations
Color information
#F94A0D (or 0xF94A0D) is known color: Vermilion. HEX triplet: F9, 4A and 0D. RGB value is (249,74,13). Sum of RGB (Red+Green+Blue) = 249+74+13=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A0D is #06B5F2. Grayscale: #777777. Windows color (decimal): -439795 or 871161. OLE color: 871161.
HSL color Cylindrical-coordinate representation of color #F94A0D: hue angle of 15.51º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F94A0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.02 |
| HSL | 15.51º | 0.95% | 0.51% | - |
| HSV(B) | 15.51º | 0.95% | 0.98% | - |
| XYZ | 41.59 | 25.07 | 3.03 | - |
| YUV | 119.37 | 67.98 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 13 | 0 | 0.70 | 0.95 | 0.02 | 15.51 | 0.95 | 0.51 |
| Hex | F9 | 4A | D | 0 | 46 | 5F | 2 | 10 | 5F | 33 |
| Octal | 371 | 112 | 15 | 0 | 106 | 137 | 2 | 20 | 137 | 63 |
| Binary | 11111001 | 1001010 | 1101 | 0 | 1000110 | 1011111 | 10 | 10000 | 1011111 | 110011 |
Color Harmonies of #F94A0D
Complementary color
Monochromatic Colors of #F94A0D
Black with #F94A0D
Text Example
Text Example
White with #F94A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A0D; }
p { color: rgb(249,74,13); }
H1.HeaderClassName
{
color: #F94A0D;
}
.AnyTagClassName
{
color: #F94A0D;
}
</style>
background-color css
<style>
a { background-color: #F94A0D; }
a { background-color: rgb(249,74,13); }
div.DivClassName
{
background-color: #F94A0D;
}
.BgClassName
{
background-color: #F94A0D;
}
</style>
border-color css
<style>
span { border-color: #F94A0D; }
span { border-color: rgb(249,74,13); }
td.TdClassName
{
border-color: #F94A0D;
}
.TagClassName
{
border-color: #F94A0D;
}
</style>