Shades of Vermilion #FA4F17
Tints of Vermilion #FA4F17
RGB
CMYK
RGB Variations
Color information
#FA4F17 (or 0xFA4F17) is known color: Vermilion. HEX triplet: FA, 4F and 17. RGB value is (250,79,23). Sum of RGB (Red+Green+Blue) = 250+79+23=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA4F17 is #05B0E8. Grayscale: #7C7C7C. Windows color (decimal): -372969 or 1527802. OLE color: 1527802.
HSL color Cylindrical-coordinate representation of color #FA4F17: hue angle of 14.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA4F17 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 23 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.02 |
| HSL | 14.8º | 0.96% | 0.54% | - |
| HSV(B) | 14.8º | 0.91% | 0.98% | - |
| XYZ | 42.37 | 25.98 | 3.59 | - |
| YUV | 123.75 | 71.15 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 23 | 0 | 0.68 | 0.91 | 0.02 | 14.8 | 0.96 | 0.54 |
| Hex | FA | 4F | 17 | 0 | 44 | 5B | 2 | F | 60 | 36 |
| Octal | 372 | 117 | 27 | 0 | 104 | 133 | 2 | 17 | 140 | 66 |
| Binary | 11111010 | 1001111 | 10111 | 0 | 1000100 | 1011011 | 10 | 1111 | 1100000 | 110110 |
Color Harmonies of #FA4F17
Complementary color
Monochromatic Colors of #FA4F17
Black with #FA4F17
Text Example
Text Example
White with #FA4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4F17; }
p { color: rgb(250,79,23); }
H1.HeaderClassName
{
color: #FA4F17;
}
.AnyTagClassName
{
color: #FA4F17;
}
</style>
background-color css
<style>
a { background-color: #FA4F17; }
a { background-color: rgb(250,79,23); }
div.DivClassName
{
background-color: #FA4F17;
}
.BgClassName
{
background-color: #FA4F17;
}
</style>
border-color css
<style>
span { border-color: #FA4F17; }
span { border-color: rgb(250,79,23); }
td.TdClassName
{
border-color: #FA4F17;
}
.TagClassName
{
border-color: #FA4F17;
}
</style>