Shades of Vermilion #F94A0A
Tints of Vermilion #F94A0A
RGB
CMYK
RGB Variations
Color information
#F94A0A (or 0xF94A0A) is known color: Vermilion. HEX triplet: F9, 4A and 0A. RGB value is (249,74,10). Sum of RGB (Red+Green+Blue) = 249+74+10=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A0A is #06B5F5. Grayscale: #777777. Windows color (decimal): -439798 or 674553. OLE color: 674553.
HSL color Cylindrical-coordinate representation of color #F94A0A: hue angle of 16.07º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F94A0A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.02 |
| HSL | 16.07º | 0.95% | 0.51% | - |
| HSV(B) | 16.07º | 0.96% | 0.98% | - |
| XYZ | 41.57 | 25.06 | 2.93 | - |
| YUV | 119.03 | 66.48 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 10 | 0 | 0.70 | 0.96 | 0.02 | 16.07 | 0.95 | 0.51 |
| Hex | F9 | 4A | A | 0 | 46 | 60 | 2 | 10 | 5F | 33 |
| Octal | 371 | 112 | 12 | 0 | 106 | 140 | 2 | 20 | 137 | 63 |
| Binary | 11111001 | 1001010 | 1010 | 0 | 1000110 | 1100000 | 10 | 10000 | 1011111 | 110011 |
Color Harmonies of #F94A0A
Complementary color
Monochromatic Colors of #F94A0A
Black with #F94A0A
Text Example
Text Example
White with #F94A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A0A; }
p { color: rgb(249,74,10); }
H1.HeaderClassName
{
color: #F94A0A;
}
.AnyTagClassName
{
color: #F94A0A;
}
</style>
background-color css
<style>
a { background-color: #F94A0A; }
a { background-color: rgb(249,74,10); }
div.DivClassName
{
background-color: #F94A0A;
}
.BgClassName
{
background-color: #F94A0A;
}
</style>
border-color css
<style>
span { border-color: #F94A0A; }
span { border-color: rgb(249,74,10); }
td.TdClassName
{
border-color: #F94A0A;
}
.TagClassName
{
border-color: #F94A0A;
}
</style>