Shades of Orange Red #F03818
Tints of Orange Red #F03818
RGB
CMYK
RGB Variations
Color information
#F03818 (or 0xF03818) is known color: Orange Red. HEX triplet: F0, 38 and 18. RGB value is (240,56,24). Sum of RGB (Red+Green+Blue) = 240+56+24=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F03818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03818 is #0FC7E7. Grayscale: #6B6B6B. Windows color (decimal): -1034216 or 1587440. OLE color: 1587440.
HSL color Cylindrical-coordinate representation of color #F03818: hue angle of 8.89º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03818 is Cyan = 0, Magento = 0.77, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 24 | - |
| CMYK | 0 | 0.77 | 0.9 | 0.06 |
| HSL | 8.89º | 0.88% | 0.52% | - |
| HSV(B) | 8.89º | 0.9% | 0.94% | - |
| XYZ | 37.51 | 21.42 | 3.02 | - |
| YUV | 107.37 | 80.96 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 24 | 0 | 0.77 | 0.9 | 0.06 | 8.89 | 0.88 | 0.52 |
| Hex | F0 | 38 | 18 | 0 | 4D | 5A | 6 | 9 | 58 | 34 |
| Octal | 360 | 70 | 30 | 0 | 115 | 132 | 6 | 11 | 130 | 64 |
| Binary | 11110000 | 111000 | 11000 | 0 | 1001101 | 1011010 | 110 | 1001 | 1011000 | 110100 |
Color Harmonies of #F03818
Complementary color
Monochromatic Colors of #F03818
Black with #F03818
Text Example
Text Example
White with #F03818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03818; }
p { color: rgb(240,56,24); }
H1.HeaderClassName
{
color: #F03818;
}
.AnyTagClassName
{
color: #F03818;
}
</style>
background-color css
<style>
a { background-color: #F03818; }
a { background-color: rgb(240,56,24); }
div.DivClassName
{
background-color: #F03818;
}
.BgClassName
{
background-color: #F03818;
}
</style>
border-color css
<style>
span { border-color: #F03818; }
span { border-color: rgb(240,56,24); }
td.TdClassName
{
border-color: #F03818;
}
.TagClassName
{
border-color: #F03818;
}
</style>