Shades of Orange Red #F53D0E
Tints of Orange Red #F53D0E
RGB
CMYK
RGB Variations
Color information
#F53D0E (or 0xF53D0E) is known color: Orange Red. HEX triplet: F5, 3D and 0E. RGB value is (245,61,14). Sum of RGB (Red+Green+Blue) = 245+61+14=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D0E is #0AC2F1. Grayscale: #6F6F6F. Windows color (decimal): -705266 or 933365. OLE color: 933365.
HSL color Cylindrical-coordinate representation of color #F53D0E: hue angle of 12.21º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F53D0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.04 |
| HSL | 12.21º | 0.92% | 0.51% | - |
| HSV(B) | 12.21º | 0.94% | 0.96% | - |
| XYZ | 39.4 | 22.78 | 2.74 | - |
| YUV | 110.66 | 73.46 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 14 | 0 | 0.75 | 0.94 | 0.04 | 12.21 | 0.92 | 0.51 |
| Hex | F5 | 3D | E | 0 | 4B | 5E | 4 | C | 5C | 33 |
| Octal | 365 | 75 | 16 | 0 | 113 | 136 | 4 | 14 | 134 | 63 |
| Binary | 11110101 | 111101 | 1110 | 0 | 1001011 | 1011110 | 100 | 1100 | 1011100 | 110011 |
Color Harmonies of #F53D0E
Complementary color
Monochromatic Colors of #F53D0E
Black with #F53D0E
Text Example
Text Example
White with #F53D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D0E; }
p { color: rgb(245,61,14); }
H1.HeaderClassName
{
color: #F53D0E;
}
.AnyTagClassName
{
color: #F53D0E;
}
</style>
background-color css
<style>
a { background-color: #F53D0E; }
a { background-color: rgb(245,61,14); }
div.DivClassName
{
background-color: #F53D0E;
}
.BgClassName
{
background-color: #F53D0E;
}
</style>
border-color css
<style>
span { border-color: #F53D0E; }
span { border-color: rgb(245,61,14); }
td.TdClassName
{
border-color: #F53D0E;
}
.TagClassName
{
border-color: #F53D0E;
}
</style>