Shades of Vermilion #F8501D
Tints of Vermilion #F8501D
RGB
CMYK
RGB Variations
Color information
#F8501D (or 0xF8501D) is known color: Vermilion. HEX triplet: F8, 50 and 1D. RGB value is (248,80,29). Sum of RGB (Red+Green+Blue) = 248+80+29=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8501D is #07AFE2. Grayscale: #7C7C7C. Windows color (decimal): -503779 or 1921272. OLE color: 1921272.
HSL color Cylindrical-coordinate representation of color #F8501D: hue angle of 13.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8501D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 29 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.03 |
| HSL | 13.97º | 0.94% | 0.54% | - |
| HSV(B) | 13.97º | 0.88% | 0.97% | - |
| XYZ | 41.8 | 25.78 | 3.94 | - |
| YUV | 124.42 | 74.16 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 29 | 0 | 0.68 | 0.88 | 0.03 | 13.97 | 0.94 | 0.54 |
| Hex | F8 | 50 | 1D | 0 | 44 | 58 | 3 | E | 5E | 36 |
| Octal | 370 | 120 | 35 | 0 | 104 | 130 | 3 | 16 | 136 | 66 |
| Binary | 11111000 | 1010000 | 11101 | 0 | 1000100 | 1011000 | 11 | 1110 | 1011110 | 110110 |
Color Harmonies of #F8501D
Complementary color
Monochromatic Colors of #F8501D
Black with #F8501D
Text Example
Text Example
White with #F8501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8501D; }
p { color: rgb(248,80,29); }
H1.HeaderClassName
{
color: #F8501D;
}
.AnyTagClassName
{
color: #F8501D;
}
</style>
background-color css
<style>
a { background-color: #F8501D; }
a { background-color: rgb(248,80,29); }
div.DivClassName
{
background-color: #F8501D;
}
.BgClassName
{
background-color: #F8501D;
}
</style>
border-color css
<style>
span { border-color: #F8501D; }
span { border-color: rgb(248,80,29); }
td.TdClassName
{
border-color: #F8501D;
}
.TagClassName
{
border-color: #F8501D;
}
</style>