Shades of Vermilion #FF4A00
Tints of Vermilion #FF4A00
RGB
CMYK
RGB Variations
Color information
#FF4A00 (or 0xFF4A00) is known color: Vermilion. HEX triplet: FF, 4A and 00. RGB value is (255,74,0). Sum of RGB (Red+Green+Blue) = 255+74+0=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A00 is #00B5FF. Grayscale: #787878. Windows color (decimal): -46592 or 19199. OLE color: 19199.
HSL color Cylindrical-coordinate representation of color #FF4A00: hue angle of 17.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0 |
| HSL | 17.41º | 1% | 0.5% | - |
| HSV(B) | 17.41º | 1% | 1% | - |
| XYZ | 43.69 | 26.16 | 2.75 | - |
| YUV | 119.68 | 60.47 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 0 | 0 | 0.71 | 1 | 0 | 17.41 | 1 | 0.5 |
| Hex | FF | 4A | 0 | 0 | 47 | 64 | 0 | 11 | 64 | 32 |
| Octal | 377 | 112 | 0 | 0 | 107 | 144 | 0 | 21 | 144 | 62 |
| Binary | 11111111 | 1001010 | 0 | 0 | 1000111 | 1100100 | 0 | 10001 | 1100100 | 110010 |
Color Harmonies of #FF4A00
Complementary color
Monochromatic Colors of #FF4A00
Black with #FF4A00
Text Example
Text Example
White with #FF4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A00; }
p { color: rgb(255,74,0); }
H1.HeaderClassName
{
color: #FF4A00;
}
.AnyTagClassName
{
color: #FF4A00;
}
</style>
background-color css
<style>
a { background-color: #FF4A00; }
a { background-color: rgb(255,74,0); }
div.DivClassName
{
background-color: #FF4A00;
}
.BgClassName
{
background-color: #FF4A00;
}
</style>
border-color css
<style>
span { border-color: #FF4A00; }
span { border-color: rgb(255,74,0); }
td.TdClassName
{
border-color: #FF4A00;
}
.TagClassName
{
border-color: #FF4A00;
}
</style>