Shades of Orange Red #F53A0C
Tints of Orange Red #F53A0C
RGB
CMYK
RGB Variations
Color information
#F53A0C (or 0xF53A0C) is known color: Orange Red. HEX triplet: F5, 3A and 0C. RGB value is (245,58,12). Sum of RGB (Red+Green+Blue) = 245+58+12=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F53A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53A0C is #0AC5F3. Grayscale: #6D6D6D. Windows color (decimal): -706036 or 801525. OLE color: 801525.
HSL color Cylindrical-coordinate representation of color #F53A0C: hue angle of 11.85º 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 #F53A0C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 58 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.04 |
| HSL | 11.85º | 0.92% | 0.5% | - |
| HSV(B) | 11.85º | 0.95% | 0.96% | - |
| XYZ | 39.24 | 22.47 | 2.62 | - |
| YUV | 108.67 | 73.45 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 58 | 12 | 0 | 0.76 | 0.95 | 0.04 | 11.85 | 0.92 | 0.5 |
| Hex | F5 | 3A | C | 0 | 4C | 5F | 4 | C | 5C | 32 |
| Octal | 365 | 72 | 14 | 0 | 114 | 137 | 4 | 14 | 134 | 62 |
| Binary | 11110101 | 111010 | 1100 | 0 | 1001100 | 1011111 | 100 | 1100 | 1011100 | 110010 |
Color Harmonies of #F53A0C
Complementary color
Monochromatic Colors of #F53A0C
Black with #F53A0C
Text Example
Text Example
White with #F53A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53A0C; }
p { color: rgb(245,58,12); }
H1.HeaderClassName
{
color: #F53A0C;
}
.AnyTagClassName
{
color: #F53A0C;
}
</style>
background-color css
<style>
a { background-color: #F53A0C; }
a { background-color: rgb(245,58,12); }
div.DivClassName
{
background-color: #F53A0C;
}
.BgClassName
{
background-color: #F53A0C;
}
</style>
border-color css
<style>
span { border-color: #F53A0C; }
span { border-color: rgb(245,58,12); }
td.TdClassName
{
border-color: #F53A0C;
}
.TagClassName
{
border-color: #F53A0C;
}
</style>