Shades of Orange Red #F0400C
Tints of Orange Red #F0400C
RGB
CMYK
RGB Variations
Color information
#F0400C (or 0xF0400C) is known color: Orange Red. HEX triplet: F0, 40 and 0C. RGB value is (240,64,12). Sum of RGB (Red+Green+Blue) = 240+64+12=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0400C is #0FBFF3. Grayscale: #6F6F6F. Windows color (decimal): -1032180 or 803056. OLE color: 803056.
HSL color Cylindrical-coordinate representation of color #F0400C: hue angle of 13.68º degrees, saturation: 0.9, 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 #F0400C is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 12 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.06 |
| HSL | 13.68º | 0.9% | 0.49% | - |
| HSV(B) | 13.68º | 0.95% | 0.94% | - |
| XYZ | 37.83 | 22.22 | 2.64 | - |
| YUV | 110.7 | 72.31 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 12 | 0 | 0.73 | 0.95 | 0.06 | 13.68 | 0.9 | 0.49 |
| Hex | F0 | 40 | C | 0 | 49 | 5F | 6 | E | 5A | 31 |
| Octal | 360 | 100 | 14 | 0 | 111 | 137 | 6 | 16 | 132 | 61 |
| Binary | 11110000 | 1000000 | 1100 | 0 | 1001001 | 1011111 | 110 | 1110 | 1011010 | 110001 |
Color Harmonies of #F0400C
Complementary color
Monochromatic Colors of #F0400C
Black with #F0400C
Text Example
Text Example
White with #F0400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0400C; }
p { color: rgb(240,64,12); }
H1.HeaderClassName
{
color: #F0400C;
}
.AnyTagClassName
{
color: #F0400C;
}
</style>
background-color css
<style>
a { background-color: #F0400C; }
a { background-color: rgb(240,64,12); }
div.DivClassName
{
background-color: #F0400C;
}
.BgClassName
{
background-color: #F0400C;
}
</style>
border-color css
<style>
span { border-color: #F0400C; }
span { border-color: rgb(240,64,12); }
td.TdClassName
{
border-color: #F0400C;
}
.TagClassName
{
border-color: #F0400C;
}
</style>