Shades of Orange Red #F03A00
Tints of Orange Red #F03A00
RGB
CMYK
RGB Variations
Color information
#F03A00 (or 0xF03A00) is known color: Orange Red. HEX triplet: F0, 3A and 00. RGB value is (240,58,0). Sum of RGB (Red+Green+Blue) = 240+58+0=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03A00 is #0FC5FF. Grayscale: #6A6A6A. Windows color (decimal): -1033728 or 15088. OLE color: 15088.
HSL color Cylindrical-coordinate representation of color #F03A00: hue angle of 14.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03A00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.06 |
| HSL | 14.5º | 1% | 0.47% | - |
| HSV(B) | 14.5º | 1% | 0.94% | - |
| XYZ | 37.45 | 21.55 | 2.19 | - |
| YUV | 105.81 | 68.3 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 0 | 0 | 0.76 | 1 | 0.06 | 14.5 | 1 | 0.47 |
| Hex | F0 | 3A | 0 | 0 | 4C | 64 | 6 | E | 64 | 2F |
| Octal | 360 | 72 | 0 | 0 | 114 | 144 | 6 | 16 | 144 | 57 |
| Binary | 11110000 | 111010 | 0 | 0 | 1001100 | 1100100 | 110 | 1110 | 1100100 | 101111 |
Color Harmonies of #F03A00
Complementary color
Monochromatic Colors of #F03A00
Black with #F03A00
Text Example
Text Example
White with #F03A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A00; }
p { color: rgb(240,58,0); }
H1.HeaderClassName
{
color: #F03A00;
}
.AnyTagClassName
{
color: #F03A00;
}
</style>
background-color css
<style>
a { background-color: #F03A00; }
a { background-color: rgb(240,58,0); }
div.DivClassName
{
background-color: #F03A00;
}
.BgClassName
{
background-color: #F03A00;
}
</style>
border-color css
<style>
span { border-color: #F03A00; }
span { border-color: rgb(240,58,0); }
td.TdClassName
{
border-color: #F03A00;
}
.TagClassName
{
border-color: #F03A00;
}
</style>