Shades of Red #F90E00
Tints of Red #F90E00
RGB
CMYK
RGB Variations
Color information
#F90E00 (or 0xF90E00) is known color: Red. HEX triplet: F9, 0E and 00. RGB value is (249,14,0). Sum of RGB (Red+Green+Blue) = 249+14+0=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F90E00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90E00 is #06F1FF. Grayscale: #525252. Windows color (decimal): -455168 or 3833. OLE color: 3833.
HSL color Cylindrical-coordinate representation of color #F90E00: hue angle of 3.37º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90E00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 14 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.02 |
| HSL | 3.37º | 1% | 0.49% | - |
| HSV(B) | 3.37º | 1% | 0.98% | - |
| XYZ | 39.22 | 20.45 | 1.88 | - |
| YUV | 82.67 | 81.36 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 0 | 0 | 0.94 | 1 | 0.02 | 3.37 | 1 | 0.49 |
| Hex | F9 | E | 0 | 0 | 5E | 64 | 2 | 3 | 64 | 31 |
| Octal | 371 | 16 | 0 | 0 | 136 | 144 | 2 | 3 | 144 | 61 |
| Binary | 11111001 | 1110 | 0 | 0 | 1011110 | 1100100 | 10 | 11 | 1100100 | 110001 |
Color Harmonies of #F90E00
Complementary color
Monochromatic Colors of #F90E00
Black with #F90E00
Text Example
Text Example
White with #F90E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90E00; }
p { color: rgb(249,14,0); }
H1.HeaderClassName
{
color: #F90E00;
}
.AnyTagClassName
{
color: #F90E00;
}
</style>
background-color css
<style>
a { background-color: #F90E00; }
a { background-color: rgb(249,14,0); }
div.DivClassName
{
background-color: #F90E00;
}
.BgClassName
{
background-color: #F90E00;
}
</style>
border-color css
<style>
span { border-color: #F90E00; }
span { border-color: rgb(249,14,0); }
td.TdClassName
{
border-color: #F90E00;
}
.TagClassName
{
border-color: #F90E00;
}
</style>