Shades of Vermilion #FB4A0D
Tints of Vermilion #FB4A0D
RGB
CMYK
RGB Variations
Color information
#FB4A0D (or 0xFB4A0D) is known color: Vermilion. HEX triplet: FB, 4A and 0D. RGB value is (251,74,13). Sum of RGB (Red+Green+Blue) = 251+74+13=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4A0D is #04B5F2. Grayscale: #787878. Windows color (decimal): -308723 or 871163. OLE color: 871163.
HSL color Cylindrical-coordinate representation of color #FB4A0D: hue angle of 15.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB4A0D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 13 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.02 |
| HSL | 15.38º | 0.97% | 0.52% | - |
| HSV(B) | 15.38º | 0.95% | 0.98% | - |
| XYZ | 42.31 | 25.44 | 3.06 | - |
| YUV | 119.97 | 67.64 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 13 | 0 | 0.71 | 0.95 | 0.02 | 15.38 | 0.97 | 0.52 |
| Hex | FB | 4A | D | 0 | 47 | 5F | 2 | F | 61 | 34 |
| Octal | 373 | 112 | 15 | 0 | 107 | 137 | 2 | 17 | 141 | 64 |
| Binary | 11111011 | 1001010 | 1101 | 0 | 1000111 | 1011111 | 10 | 1111 | 1100001 | 110100 |
Color Harmonies of #FB4A0D
Complementary color
Monochromatic Colors of #FB4A0D
Black with #FB4A0D
Text Example
Text Example
White with #FB4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4A0D; }
p { color: rgb(251,74,13); }
H1.HeaderClassName
{
color: #FB4A0D;
}
.AnyTagClassName
{
color: #FB4A0D;
}
</style>
background-color css
<style>
a { background-color: #FB4A0D; }
a { background-color: rgb(251,74,13); }
div.DivClassName
{
background-color: #FB4A0D;
}
.BgClassName
{
background-color: #FB4A0D;
}
</style>
border-color css
<style>
span { border-color: #FB4A0D; }
span { border-color: rgb(251,74,13); }
td.TdClassName
{
border-color: #FB4A0D;
}
.TagClassName
{
border-color: #FB4A0D;
}
</style>