Shades of Vermilion #FE4D0C
Tints of Vermilion #FE4D0C
RGB
CMYK
RGB Variations
Color information
#FE4D0C (or 0xFE4D0C) is known color: Vermilion. HEX triplet: FE, 4D and 0C. RGB value is (254,77,12). Sum of RGB (Red+Green+Blue) = 254+77+12=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D0C is #01B2F3. Grayscale: #7A7A7A. Windows color (decimal): -111348 or 806398. OLE color: 806398.
HSL color Cylindrical-coordinate representation of color #FE4D0C: hue angle of 16.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE4D0C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.00 |
| HSL | 16.12º | 0.99% | 0.52% | - |
| HSV(B) | 16.12º | 0.95% | 1% | - |
| XYZ | 43.59 | 26.41 | 3.15 | - |
| YUV | 122.51 | 65.64 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 12 | 0 | 0.70 | 0.95 | 0.00 | 16.12 | 0.99 | 0.52 |
| Hex | FE | 4D | C | 0 | 46 | 5F | 0 | 10 | 63 | 34 |
| Octal | 376 | 115 | 14 | 0 | 106 | 137 | 0 | 20 | 143 | 64 |
| Binary | 11111110 | 1001101 | 1100 | 0 | 1000110 | 1011111 | 0 | 10000 | 1100011 | 110100 |
Color Harmonies of #FE4D0C
Complementary color
Monochromatic Colors of #FE4D0C
Black with #FE4D0C
Text Example
Text Example
White with #FE4D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D0C; }
p { color: rgb(254,77,12); }
H1.HeaderClassName
{
color: #FE4D0C;
}
.AnyTagClassName
{
color: #FE4D0C;
}
</style>
background-color css
<style>
a { background-color: #FE4D0C; }
a { background-color: rgb(254,77,12); }
div.DivClassName
{
background-color: #FE4D0C;
}
.BgClassName
{
background-color: #FE4D0C;
}
</style>
border-color css
<style>
span { border-color: #FE4D0C; }
span { border-color: rgb(254,77,12); }
td.TdClassName
{
border-color: #FE4D0C;
}
.TagClassName
{
border-color: #FE4D0C;
}
</style>