Shades of Orange Red #F0440D
Tints of Orange Red #F0440D
RGB
CMYK
RGB Variations
Color information
#F0440D (or 0xF0440D) is known color: Orange Red. HEX triplet: F0, 44 and 0D. RGB value is (240,68,13). Sum of RGB (Red+Green+Blue) = 240+68+13=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0440D is #0FBBF2. Grayscale: #717171. Windows color (decimal): -1031155 or 869616. OLE color: 869616.
HSL color Cylindrical-coordinate representation of color #F0440D: hue angle of 14.54º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0440D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.06 |
| HSL | 14.54º | 0.9% | 0.5% | - |
| HSV(B) | 14.54º | 0.95% | 0.94% | - |
| XYZ | 38.07 | 22.69 | 2.75 | - |
| YUV | 113.16 | 71.48 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 13 | 0 | 0.72 | 0.95 | 0.06 | 14.54 | 0.9 | 0.5 |
| Hex | F0 | 44 | D | 0 | 48 | 5F | 6 | F | 5A | 32 |
| Octal | 360 | 104 | 15 | 0 | 110 | 137 | 6 | 17 | 132 | 62 |
| Binary | 11110000 | 1000100 | 1101 | 0 | 1001000 | 1011111 | 110 | 1111 | 1011010 | 110010 |
Color Harmonies of #F0440D
Complementary color
Monochromatic Colors of #F0440D
Black with #F0440D
Text Example
Text Example
White with #F0440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0440D; }
p { color: rgb(240,68,13); }
H1.HeaderClassName
{
color: #F0440D;
}
.AnyTagClassName
{
color: #F0440D;
}
</style>
background-color css
<style>
a { background-color: #F0440D; }
a { background-color: rgb(240,68,13); }
div.DivClassName
{
background-color: #F0440D;
}
.BgClassName
{
background-color: #F0440D;
}
</style>
border-color css
<style>
span { border-color: #F0440D; }
span { border-color: rgb(240,68,13); }
td.TdClassName
{
border-color: #F0440D;
}
.TagClassName
{
border-color: #F0440D;
}
</style>