Shades of Orange Red #F0400B
Tints of Orange Red #F0400B
RGB
CMYK
RGB Variations
Color information
#F0400B (or 0xF0400B) is known color: Orange Red. HEX triplet: F0, 40 and 0B. RGB value is (240,64,11). Sum of RGB (Red+Green+Blue) = 240+64+11=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F0400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0400B is #0FBFF4. Grayscale: #6E6E6E. Windows color (decimal): -1032181 or 737520. OLE color: 737520.
HSL color Cylindrical-coordinate representation of color #F0400B: hue angle of 13.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0400B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 13.89º | 0.91% | 0.49% | - |
| HSV(B) | 13.89º | 0.95% | 0.94% | - |
| XYZ | 37.83 | 22.22 | 2.61 | - |
| YUV | 110.58 | 71.81 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 11 | 0 | 0.73 | 0.95 | 0.06 | 13.89 | 0.91 | 0.49 |
| Hex | F0 | 40 | B | 0 | 49 | 5F | 6 | E | 5B | 31 |
| Octal | 360 | 100 | 13 | 0 | 111 | 137 | 6 | 16 | 133 | 61 |
| Binary | 11110000 | 1000000 | 1011 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011011 | 110001 |
Color Harmonies of #F0400B
Complementary color
Monochromatic Colors of #F0400B
Black with #F0400B
Text Example
Text Example
White with #F0400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0400B; }
p { color: rgb(240,64,11); }
H1.HeaderClassName
{
color: #F0400B;
}
.AnyTagClassName
{
color: #F0400B;
}
</style>
background-color css
<style>
a { background-color: #F0400B; }
a { background-color: rgb(240,64,11); }
div.DivClassName
{
background-color: #F0400B;
}
.BgClassName
{
background-color: #F0400B;
}
</style>
border-color css
<style>
span { border-color: #F0400B; }
span { border-color: rgb(240,64,11); }
td.TdClassName
{
border-color: #F0400B;
}
.TagClassName
{
border-color: #F0400B;
}
</style>