Shades of Vermilion #FD4A0E
Tints of Vermilion #FD4A0E
RGB
CMYK
RGB Variations
Color information
#FD4A0E (or 0xFD4A0E) is known color: Vermilion. HEX triplet: FD, 4A and 0E. RGB value is (253,74,14). Sum of RGB (Red+Green+Blue) = 253+74+14=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4A0E is #02B5F1. Grayscale: #797979. Windows color (decimal): -177650 or 936701. OLE color: 936701.
HSL color Cylindrical-coordinate representation of color #FD4A0E: hue angle of 15.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD4A0E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.01 |
| HSL | 15.06º | 0.98% | 0.52% | - |
| HSV(B) | 15.06º | 0.94% | 0.99% | - |
| XYZ | 43.04 | 25.81 | 3.13 | - |
| YUV | 120.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 14 | 0 | 0.71 | 0.94 | 0.01 | 15.06 | 0.98 | 0.52 |
| Hex | FD | 4A | E | 0 | 47 | 5E | 1 | F | 62 | 34 |
| Octal | 375 | 112 | 16 | 0 | 107 | 136 | 1 | 17 | 142 | 64 |
| Binary | 11111101 | 1001010 | 1110 | 0 | 1000111 | 1011110 | 1 | 1111 | 1100010 | 110100 |
Color Harmonies of #FD4A0E
Complementary color
Monochromatic Colors of #FD4A0E
Black with #FD4A0E
Text Example
Text Example
White with #FD4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4A0E; }
p { color: rgb(253,74,14); }
H1.HeaderClassName
{
color: #FD4A0E;
}
.AnyTagClassName
{
color: #FD4A0E;
}
</style>
background-color css
<style>
a { background-color: #FD4A0E; }
a { background-color: rgb(253,74,14); }
div.DivClassName
{
background-color: #FD4A0E;
}
.BgClassName
{
background-color: #FD4A0E;
}
</style>
border-color css
<style>
span { border-color: #FD4A0E; }
span { border-color: rgb(253,74,14); }
td.TdClassName
{
border-color: #FD4A0E;
}
.TagClassName
{
border-color: #FD4A0E;
}
</style>