Shades of Orange Red #F53C0C
Tints of Orange Red #F53C0C
RGB
CMYK
RGB Variations
Color information
#F53C0C (or 0xF53C0C) is known color: Orange Red. HEX triplet: F5, 3C and 0C. RGB value is (245,60,12). Sum of RGB (Red+Green+Blue) = 245+60+12=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53C0C is #0AC3F3. Grayscale: #6E6E6E. Windows color (decimal): -705524 or 802037. OLE color: 802037.
HSL color Cylindrical-coordinate representation of color #F53C0C: hue angle of 12.36º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F53C0C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.04 |
| HSL | 12.36º | 0.92% | 0.5% | - |
| HSV(B) | 12.36º | 0.95% | 0.96% | - |
| XYZ | 39.34 | 22.67 | 2.65 | - |
| YUV | 109.84 | 72.79 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 12 | 0 | 0.76 | 0.95 | 0.04 | 12.36 | 0.92 | 0.5 |
| Hex | F5 | 3C | C | 0 | 4C | 5F | 4 | C | 5C | 32 |
| Octal | 365 | 74 | 14 | 0 | 114 | 137 | 4 | 14 | 134 | 62 |
| Binary | 11110101 | 111100 | 1100 | 0 | 1001100 | 1011111 | 100 | 1100 | 1011100 | 110010 |
Color Harmonies of #F53C0C
Complementary color
Monochromatic Colors of #F53C0C
Black with #F53C0C
Text Example
Text Example
White with #F53C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53C0C; }
p { color: rgb(245,60,12); }
H1.HeaderClassName
{
color: #F53C0C;
}
.AnyTagClassName
{
color: #F53C0C;
}
</style>
background-color css
<style>
a { background-color: #F53C0C; }
a { background-color: rgb(245,60,12); }
div.DivClassName
{
background-color: #F53C0C;
}
.BgClassName
{
background-color: #F53C0C;
}
</style>
border-color css
<style>
span { border-color: #F53C0C; }
span { border-color: rgb(245,60,12); }
td.TdClassName
{
border-color: #F53C0C;
}
.TagClassName
{
border-color: #F53C0C;
}
</style>