Shades of Orange Red #F53C03
Tints of Orange Red #F53C03
RGB
CMYK
RGB Variations
Color information
#F53C03 (or 0xF53C03) is known color: Orange Red. HEX triplet: F5, 3C and 03. RGB value is (245,60,3). Sum of RGB (Red+Green+Blue) = 245+60+3=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53C03 is #0AC3FC. Grayscale: #6D6D6D. Windows color (decimal): -705533 or 212213. OLE color: 212213.
HSL color Cylindrical-coordinate representation of color #F53C03: hue angle of 14.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F53C03 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 3 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.04 |
| HSL | 14.13º | 0.98% | 0.49% | - |
| HSV(B) | 14.13º | 0.99% | 0.96% | - |
| XYZ | 39.29 | 22.65 | 2.39 | - |
| YUV | 108.82 | 68.29 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 3 | 0 | 0.76 | 0.99 | 0.04 | 14.13 | 0.98 | 0.49 |
| Hex | F5 | 3C | 3 | 0 | 4C | 63 | 4 | E | 62 | 31 |
| Octal | 365 | 74 | 3 | 0 | 114 | 143 | 4 | 16 | 142 | 61 |
| Binary | 11110101 | 111100 | 11 | 0 | 1001100 | 1100011 | 100 | 1110 | 1100010 | 110001 |
Color Harmonies of #F53C03
Complementary color
Monochromatic Colors of #F53C03
Black with #F53C03
Text Example
Text Example
White with #F53C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53C03; }
p { color: rgb(245,60,3); }
H1.HeaderClassName
{
color: #F53C03;
}
.AnyTagClassName
{
color: #F53C03;
}
</style>
background-color css
<style>
a { background-color: #F53C03; }
a { background-color: rgb(245,60,3); }
div.DivClassName
{
background-color: #F53C03;
}
.BgClassName
{
background-color: #F53C03;
}
</style>
border-color css
<style>
span { border-color: #F53C03; }
span { border-color: rgb(245,60,3); }
td.TdClassName
{
border-color: #F53C03;
}
.TagClassName
{
border-color: #F53C03;
}
</style>