Shades of Orange Red #F53E0A
Tints of Orange Red #F53E0A
RGB
CMYK
RGB Variations
Color information
#F53E0A (or 0xF53E0A) is known color: Orange Red. HEX triplet: F5, 3E and 0A. RGB value is (245,62,10). Sum of RGB (Red+Green+Blue) = 245+62+10=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F53E0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53E0A is #0AC1F5. Grayscale: #6F6F6F. Windows color (decimal): -705014 or 671477. OLE color: 671477.
HSL color Cylindrical-coordinate representation of color #F53E0A: hue angle of 13.28º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F53E0A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 62 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.04 |
| HSL | 13.28º | 0.92% | 0.5% | - |
| HSV(B) | 13.28º | 0.96% | 0.96% | - |
| XYZ | 39.43 | 22.88 | 2.62 | - |
| YUV | 110.79 | 71.13 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 62 | 10 | 0 | 0.75 | 0.96 | 0.04 | 13.28 | 0.92 | 0.5 |
| Hex | F5 | 3E | A | 0 | 4B | 60 | 4 | D | 5C | 32 |
| Octal | 365 | 76 | 12 | 0 | 113 | 140 | 4 | 15 | 134 | 62 |
| Binary | 11110101 | 111110 | 1010 | 0 | 1001011 | 1100000 | 100 | 1101 | 1011100 | 110010 |
Color Harmonies of #F53E0A
Complementary color
Monochromatic Colors of #F53E0A
Black with #F53E0A
Text Example
Text Example
White with #F53E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53E0A; }
p { color: rgb(245,62,10); }
H1.HeaderClassName
{
color: #F53E0A;
}
.AnyTagClassName
{
color: #F53E0A;
}
</style>
background-color css
<style>
a { background-color: #F53E0A; }
a { background-color: rgb(245,62,10); }
div.DivClassName
{
background-color: #F53E0A;
}
.BgClassName
{
background-color: #F53E0A;
}
</style>
border-color css
<style>
span { border-color: #F53E0A; }
span { border-color: rgb(245,62,10); }
td.TdClassName
{
border-color: #F53E0A;
}
.TagClassName
{
border-color: #F53E0A;
}
</style>