Shades of Orange Red #F03A0D
Tints of Orange Red #F03A0D
RGB
CMYK
RGB Variations
Color information
#F03A0D (or 0xF03A0D) is known color: Orange Red. HEX triplet: F0, 3A and 0D. RGB value is (240,58,13). Sum of RGB (Red+Green+Blue) = 240+58+13=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03A0D is #0FC5F2. Grayscale: #6B6B6B. Windows color (decimal): -1033715 or 867056. OLE color: 867056.
HSL color Cylindrical-coordinate representation of color #F03A0D: hue angle of 11.89º 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 #F03A0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.06 |
| HSL | 11.89º | 0.9% | 0.5% | - |
| HSV(B) | 11.89º | 0.95% | 0.94% | - |
| XYZ | 37.52 | 21.58 | 2.57 | - |
| YUV | 107.29 | 74.8 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 13 | 0 | 0.76 | 0.95 | 0.06 | 11.89 | 0.9 | 0.5 |
| Hex | F0 | 3A | D | 0 | 4C | 5F | 6 | C | 5A | 32 |
| Octal | 360 | 72 | 15 | 0 | 114 | 137 | 6 | 14 | 132 | 62 |
| Binary | 11110000 | 111010 | 1101 | 0 | 1001100 | 1011111 | 110 | 1100 | 1011010 | 110010 |
Color Harmonies of #F03A0D
Complementary color
Monochromatic Colors of #F03A0D
Black with #F03A0D
Text Example
Text Example
White with #F03A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A0D; }
p { color: rgb(240,58,13); }
H1.HeaderClassName
{
color: #F03A0D;
}
.AnyTagClassName
{
color: #F03A0D;
}
</style>
background-color css
<style>
a { background-color: #F03A0D; }
a { background-color: rgb(240,58,13); }
div.DivClassName
{
background-color: #F03A0D;
}
.BgClassName
{
background-color: #F03A0D;
}
</style>
border-color css
<style>
span { border-color: #F03A0D; }
span { border-color: rgb(240,58,13); }
td.TdClassName
{
border-color: #F03A0D;
}
.TagClassName
{
border-color: #F03A0D;
}
</style>