Shades of Vermilion #FA501D
Tints of Vermilion #FA501D
RGB
CMYK
RGB Variations
Color information
#FA501D (or 0xFA501D) is known color: Vermilion. HEX triplet: FA, 50 and 1D. RGB value is (250,80,29). Sum of RGB (Red+Green+Blue) = 250+80+29=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA501D is #05AFE2. Grayscale: #7D7D7D. Windows color (decimal): -372707 or 1921274. OLE color: 1921274.
HSL color Cylindrical-coordinate representation of color #FA501D: hue angle of 13.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA501D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 29 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.02 |
| HSL | 13.85º | 0.96% | 0.55% | - |
| HSV(B) | 13.85º | 0.88% | 0.98% | - |
| XYZ | 42.51 | 26.15 | 3.97 | - |
| YUV | 125.02 | 73.82 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 29 | 0 | 0.68 | 0.88 | 0.02 | 13.85 | 0.96 | 0.55 |
| Hex | FA | 50 | 1D | 0 | 44 | 58 | 2 | E | 60 | 37 |
| Octal | 372 | 120 | 35 | 0 | 104 | 130 | 2 | 16 | 140 | 67 |
| Binary | 11111010 | 1010000 | 11101 | 0 | 1000100 | 1011000 | 10 | 1110 | 1100000 | 110111 |
Color Harmonies of #FA501D
Complementary color
Monochromatic Colors of #FA501D
Black with #FA501D
Text Example
Text Example
White with #FA501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA501D; }
p { color: rgb(250,80,29); }
H1.HeaderClassName
{
color: #FA501D;
}
.AnyTagClassName
{
color: #FA501D;
}
</style>
background-color css
<style>
a { background-color: #FA501D; }
a { background-color: rgb(250,80,29); }
div.DivClassName
{
background-color: #FA501D;
}
.BgClassName
{
background-color: #FA501D;
}
</style>
border-color css
<style>
span { border-color: #FA501D; }
span { border-color: rgb(250,80,29); }
td.TdClassName
{
border-color: #FA501D;
}
.TagClassName
{
border-color: #FA501D;
}
</style>