Shades of Vermilion #FF4C0F
Tints of Vermilion #FF4C0F
RGB
CMYK
RGB Variations
Color information
#FF4C0F (or 0xFF4C0F) is known color: Vermilion. HEX triplet: FF, 4C and 0F. RGB value is (255,76,15). Sum of RGB (Red+Green+Blue) = 255+76+15=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C0F is #00B3F0. Grayscale: #7A7A7A. Windows color (decimal): -46065 or 1002751. OLE color: 1002751.
HSL color Cylindrical-coordinate representation of color #FF4C0F: hue angle of 15.25º 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 #FF4C0F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0 |
| HSL | 15.25º | 1% | 0.53% | - |
| HSV(B) | 15.25º | 0.94% | 1% | - |
| XYZ | 43.91 | 26.46 | 3.25 | - |
| YUV | 122.57 | 67.3 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 15 | 0 | 0.70 | 0.94 | 0 | 15.25 | 1 | 0.53 |
| Hex | FF | 4C | F | 0 | 46 | 5E | 0 | F | 64 | 35 |
| Octal | 377 | 114 | 17 | 0 | 106 | 136 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001100 | 1111 | 0 | 1000110 | 1011110 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4C0F
Complementary color
Monochromatic Colors of #FF4C0F
Black with #FF4C0F
Text Example
Text Example
White with #FF4C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C0F; }
p { color: rgb(255,76,15); }
H1.HeaderClassName
{
color: #FF4C0F;
}
.AnyTagClassName
{
color: #FF4C0F;
}
</style>
background-color css
<style>
a { background-color: #FF4C0F; }
a { background-color: rgb(255,76,15); }
div.DivClassName
{
background-color: #FF4C0F;
}
.BgClassName
{
background-color: #FF4C0F;
}
</style>
border-color css
<style>
span { border-color: #FF4C0F; }
span { border-color: rgb(255,76,15); }
td.TdClassName
{
border-color: #FF4C0F;
}
.TagClassName
{
border-color: #FF4C0F;
}
</style>