Shades of Vermilion #FF4F10
Tints of Vermilion #FF4F10
RGB
CMYK
RGB Variations
Color information
#FF4F10 (or 0xFF4F10) is known color: Vermilion. HEX triplet: FF, 4F and 10. RGB value is (255,79,16). Sum of RGB (Red+Green+Blue) = 255+79+16=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F10 is #00B0EF. Grayscale: #7C7C7C. Windows color (decimal): -45296 or 1069055. OLE color: 1069055.
HSL color Cylindrical-coordinate representation of color #FF4F10: hue angle of 15.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4F10 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 16 | - |
| CMYK | 0 | 0.69 | 0.94 | 0 |
| HSL | 15.82º | 1% | 0.53% | - |
| HSV(B) | 15.82º | 0.94% | 1% | - |
| XYZ | 44.13 | 26.89 | 3.35 | - |
| YUV | 124.44 | 66.81 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 16 | 0 | 0.69 | 0.94 | 0 | 15.82 | 1 | 0.53 |
| Hex | FF | 4F | 10 | 0 | 45 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 117 | 20 | 0 | 105 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1001111 | 10000 | 0 | 1000101 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF4F10
Complementary color
Monochromatic Colors of #FF4F10
Black with #FF4F10
Text Example
Text Example
White with #FF4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F10; }
p { color: rgb(255,79,16); }
H1.HeaderClassName
{
color: #FF4F10;
}
.AnyTagClassName
{
color: #FF4F10;
}
</style>
background-color css
<style>
a { background-color: #FF4F10; }
a { background-color: rgb(255,79,16); }
div.DivClassName
{
background-color: #FF4F10;
}
.BgClassName
{
background-color: #FF4F10;
}
</style>
border-color css
<style>
span { border-color: #FF4F10; }
span { border-color: rgb(255,79,16); }
td.TdClassName
{
border-color: #FF4F10;
}
.TagClassName
{
border-color: #FF4F10;
}
</style>