Shades of Orange Red #F03C06
Tints of Orange Red #F03C06
RGB
CMYK
RGB Variations
Color information
#F03C06 (or 0xF03C06) is known color: Orange Red. HEX triplet: F0, 3C and 06. RGB value is (240,60,6). Sum of RGB (Red+Green+Blue) = 240+60+6=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03C06 is #0FC3F9. Grayscale: #6C6C6C. Windows color (decimal): -1033210 or 408816. OLE color: 408816.
HSL color Cylindrical-coordinate representation of color #F03C06: hue angle of 13.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F03C06 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 6 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.06 |
| HSL | 13.85º | 0.95% | 0.48% | - |
| HSV(B) | 13.85º | 0.98% | 0.94% | - |
| XYZ | 37.58 | 21.77 | 2.39 | - |
| YUV | 107.66 | 70.63 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 6 | 0 | 0.75 | 0.98 | 0.06 | 13.85 | 0.95 | 0.48 |
| Hex | F0 | 3C | 6 | 0 | 4B | 62 | 6 | E | 5F | 30 |
| Octal | 360 | 74 | 6 | 0 | 113 | 142 | 6 | 16 | 137 | 60 |
| Binary | 11110000 | 111100 | 110 | 0 | 1001011 | 1100010 | 110 | 1110 | 1011111 | 110000 |
Color Harmonies of #F03C06
Complementary color
Monochromatic Colors of #F03C06
Black with #F03C06
Text Example
Text Example
White with #F03C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C06; }
p { color: rgb(240,60,6); }
H1.HeaderClassName
{
color: #F03C06;
}
.AnyTagClassName
{
color: #F03C06;
}
</style>
background-color css
<style>
a { background-color: #F03C06; }
a { background-color: rgb(240,60,6); }
div.DivClassName
{
background-color: #F03C06;
}
.BgClassName
{
background-color: #F03C06;
}
</style>
border-color css
<style>
span { border-color: #F03C06; }
span { border-color: rgb(240,60,6); }
td.TdClassName
{
border-color: #F03C06;
}
.TagClassName
{
border-color: #F03C06;
}
</style>