Shades of Red #F90D00
Tints of Red #F90D00
RGB
CMYK
RGB Variations
Color information
#F90D00 (or 0xF90D00) is known color: Red. HEX triplet: F9, 0D and 00. RGB value is (249,13,0). Sum of RGB (Red+Green+Blue) = 249+13+0=262 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.04% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 249 - color contains mainly: red. Hex color #F90D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90D00 is #06F2FF. Grayscale: #525252. Windows color (decimal): -455424 or 3577. OLE color: 3577.
HSL color Cylindrical-coordinate representation of color #F90D00: hue angle of 3.13º 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 #F90D00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.02 |
| HSL | 3.13º | 1% | 0.49% | - |
| HSV(B) | 3.13º | 1% | 0.98% | - |
| XYZ | 39.21 | 20.43 | 1.88 | - |
| YUV | 82.08 | 81.69 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 0 | 0 | 0.95 | 1 | 0.02 | 3.13 | 1 | 0.49 |
| Hex | F9 | D | 0 | 0 | 5F | 64 | 2 | 3 | 64 | 31 |
| Octal | 371 | 15 | 0 | 0 | 137 | 144 | 2 | 3 | 144 | 61 |
| Binary | 11111001 | 1101 | 0 | 0 | 1011111 | 1100100 | 10 | 11 | 1100100 | 110001 |
Color Harmonies of #F90D00
Complementary color
Monochromatic Colors of #F90D00
Black with #F90D00
Text Example
Text Example
White with #F90D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90D00; }
p { color: rgb(249,13,0); }
H1.HeaderClassName
{
color: #F90D00;
}
.AnyTagClassName
{
color: #F90D00;
}
</style>
background-color css
<style>
a { background-color: #F90D00; }
a { background-color: rgb(249,13,0); }
div.DivClassName
{
background-color: #F90D00;
}
.BgClassName
{
background-color: #F90D00;
}
</style>
border-color css
<style>
span { border-color: #F90D00; }
span { border-color: rgb(249,13,0); }
td.TdClassName
{
border-color: #F90D00;
}
.TagClassName
{
border-color: #F90D00;
}
</style>