Shades of Orange Red #F03C0D
Tints of Orange Red #F03C0D
RGB
CMYK
RGB Variations
Color information
#F03C0D (or 0xF03C0D) is known color: Orange Red. HEX triplet: F0, 3C and 0D. RGB value is (240,60,13). Sum of RGB (Red+Green+Blue) = 240+60+13=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03C0D is #0FC3F2. Grayscale: #6C6C6C. Windows color (decimal): -1033203 or 867568. OLE color: 867568.
HSL color Cylindrical-coordinate representation of color #F03C0D: hue angle of 12.42º 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 #F03C0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.06 |
| HSL | 12.42º | 0.9% | 0.5% | - |
| HSV(B) | 12.42º | 0.95% | 0.94% | - |
| XYZ | 37.62 | 21.79 | 2.6 | - |
| YUV | 108.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 13 | 0 | 0.75 | 0.95 | 0.06 | 12.42 | 0.9 | 0.5 |
| Hex | F0 | 3C | D | 0 | 4B | 5F | 6 | C | 5A | 32 |
| Octal | 360 | 74 | 15 | 0 | 113 | 137 | 6 | 14 | 132 | 62 |
| Binary | 11110000 | 111100 | 1101 | 0 | 1001011 | 1011111 | 110 | 1100 | 1011010 | 110010 |
Color Harmonies of #F03C0D
Complementary color
Monochromatic Colors of #F03C0D
Black with #F03C0D
Text Example
Text Example
White with #F03C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C0D; }
p { color: rgb(240,60,13); }
H1.HeaderClassName
{
color: #F03C0D;
}
.AnyTagClassName
{
color: #F03C0D;
}
</style>
background-color css
<style>
a { background-color: #F03C0D; }
a { background-color: rgb(240,60,13); }
div.DivClassName
{
background-color: #F03C0D;
}
.BgClassName
{
background-color: #F03C0D;
}
</style>
border-color css
<style>
span { border-color: #F03C0D; }
span { border-color: rgb(240,60,13); }
td.TdClassName
{
border-color: #F03C0D;
}
.TagClassName
{
border-color: #F03C0D;
}
</style>