Shades of Orange Red #F04103
Tints of Orange Red #F04103
RGB
CMYK
RGB Variations
Color information
#F04103 (or 0xF04103) is known color: Orange Red. HEX triplet: F0, 41 and 03. RGB value is (240,65,3). Sum of RGB (Red+Green+Blue) = 240+65+3=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F04103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04103 is #0FBEFC. Grayscale: #6E6E6E. Windows color (decimal): -1031933 or 213488. OLE color: 213488.
HSL color Cylindrical-coordinate representation of color #F04103: hue angle of 15.7º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04103 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.06 |
| HSL | 15.7º | 0.98% | 0.48% | - |
| HSV(B) | 15.7º | 0.99% | 0.94% | - |
| XYZ | 37.84 | 22.31 | 2.4 | - |
| YUV | 110.26 | 67.48 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 3 | 0 | 0.73 | 0.99 | 0.06 | 15.7 | 0.98 | 0.48 |
| Hex | F0 | 41 | 3 | 0 | 49 | 63 | 6 | 10 | 62 | 30 |
| Octal | 360 | 101 | 3 | 0 | 111 | 143 | 6 | 20 | 142 | 60 |
| Binary | 11110000 | 1000001 | 11 | 0 | 1001001 | 1100011 | 110 | 10000 | 1100010 | 110000 |
Color Harmonies of #F04103
Complementary color
Monochromatic Colors of #F04103
Black with #F04103
Text Example
Text Example
White with #F04103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04103; }
p { color: rgb(240,65,3); }
H1.HeaderClassName
{
color: #F04103;
}
.AnyTagClassName
{
color: #F04103;
}
</style>
background-color css
<style>
a { background-color: #F04103; }
a { background-color: rgb(240,65,3); }
div.DivClassName
{
background-color: #F04103;
}
.BgClassName
{
background-color: #F04103;
}
</style>
border-color css
<style>
span { border-color: #F04103; }
span { border-color: rgb(240,65,3); }
td.TdClassName
{
border-color: #F04103;
}
.TagClassName
{
border-color: #F04103;
}
</style>