Shades of Vermilion #FF4F0F
Tints of Vermilion #FF4F0F
RGB
CMYK
RGB Variations
Color information
#FF4F0F (or 0xFF4F0F) is known color: Vermilion. HEX triplet: FF, 4F and 0F. RGB value is (255,79,15). Sum of RGB (Red+Green+Blue) = 255+79+15=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4F0F is #00B0F0. Grayscale: #7C7C7C. Windows color (decimal): -45297 or 1003519. OLE color: 1003519.
HSL color Cylindrical-coordinate representation of color #FF4F0F: hue angle of 16º 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 #FF4F0F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0 |
| HSL | 16º | 1% | 0.53% | - |
| HSV(B) | 16º | 0.94% | 1% | - |
| XYZ | 44.12 | 26.89 | 3.32 | - |
| YUV | 124.33 | 66.31 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 15 | 0 | 0.69 | 0.94 | 0 | 16 | 1 | 0.53 |
| Hex | FF | 4F | F | 0 | 45 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 117 | 17 | 0 | 105 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1001111 | 1111 | 0 | 1000101 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF4F0F
Complementary color
Monochromatic Colors of #FF4F0F
Black with #FF4F0F
Text Example
Text Example
White with #FF4F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F0F; }
p { color: rgb(255,79,15); }
H1.HeaderClassName
{
color: #FF4F0F;
}
.AnyTagClassName
{
color: #FF4F0F;
}
</style>
background-color css
<style>
a { background-color: #FF4F0F; }
a { background-color: rgb(255,79,15); }
div.DivClassName
{
background-color: #FF4F0F;
}
.BgClassName
{
background-color: #FF4F0F;
}
</style>
border-color css
<style>
span { border-color: #FF4F0F; }
span { border-color: rgb(255,79,15); }
td.TdClassName
{
border-color: #FF4F0F;
}
.TagClassName
{
border-color: #FF4F0F;
}
</style>