Shades of Orange Red #F03F0A
Tints of Orange Red #F03F0A
RGB
CMYK
RGB Variations
Color information
#F03F0A (or 0xF03F0A) is known color: Orange Red. HEX triplet: F0, 3F and 0A. RGB value is (240,63,10). Sum of RGB (Red+Green+Blue) = 240+63+10=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F0A is #0FC0F5. Grayscale: #6E6E6E. Windows color (decimal): -1032438 or 671728. OLE color: 671728.
HSL color Cylindrical-coordinate representation of color #F03F0A: hue angle of 13.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F03F0A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.06 |
| HSL | 13.83º | 0.92% | 0.49% | - |
| HSV(B) | 13.83º | 0.96% | 0.94% | - |
| XYZ | 37.77 | 22.1 | 2.56 | - |
| YUV | 109.88 | 71.64 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 10 | 0 | 0.74 | 0.96 | 0.06 | 13.83 | 0.92 | 0.49 |
| Hex | F0 | 3F | A | 0 | 4A | 60 | 6 | E | 5C | 31 |
| Octal | 360 | 77 | 12 | 0 | 112 | 140 | 6 | 16 | 134 | 61 |
| Binary | 11110000 | 111111 | 1010 | 0 | 1001010 | 1100000 | 110 | 1110 | 1011100 | 110001 |
Color Harmonies of #F03F0A
Complementary color
Monochromatic Colors of #F03F0A
Black with #F03F0A
Text Example
Text Example
White with #F03F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F0A; }
p { color: rgb(240,63,10); }
H1.HeaderClassName
{
color: #F03F0A;
}
.AnyTagClassName
{
color: #F03F0A;
}
</style>
background-color css
<style>
a { background-color: #F03F0A; }
a { background-color: rgb(240,63,10); }
div.DivClassName
{
background-color: #F03F0A;
}
.BgClassName
{
background-color: #F03F0A;
}
</style>
border-color css
<style>
span { border-color: #F03F0A; }
span { border-color: rgb(240,63,10); }
td.TdClassName
{
border-color: #F03F0A;
}
.TagClassName
{
border-color: #F03F0A;
}
</style>