Shades of Orange Red #F54518
Tints of Orange Red #F54518
RGB
CMYK
RGB Variations
Color information
#F54518 (or 0xF54518) is known color: Orange Red. HEX triplet: F5, 45 and 18. RGB value is (245,69,24). Sum of RGB (Red+Green+Blue) = 245+69+24=338 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.49% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 245 - color contains mainly: red. Hex color #F54518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54518 is #0ABAE7. Grayscale: #747474. Windows color (decimal): -703208 or 1590773. OLE color: 1590773.
HSL color Cylindrical-coordinate representation of color #F54518: hue angle of 12.22º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F54518 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 24 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.04 |
| HSL | 12.22º | 0.92% | 0.53% | - |
| HSV(B) | 12.22º | 0.9% | 0.96% | - |
| XYZ | 39.95 | 23.73 | 3.34 | - |
| YUV | 116.49 | 75.81 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 24 | 0 | 0.72 | 0.90 | 0.04 | 12.22 | 0.92 | 0.53 |
| Hex | F5 | 45 | 18 | 0 | 48 | 5A | 4 | C | 5C | 35 |
| Octal | 365 | 105 | 30 | 0 | 110 | 132 | 4 | 14 | 134 | 65 |
| Binary | 11110101 | 1000101 | 11000 | 0 | 1001000 | 1011010 | 100 | 1100 | 1011100 | 110101 |
Color Harmonies of #F54518
Complementary color
Monochromatic Colors of #F54518
Black with #F54518
Text Example
Text Example
White with #F54518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54518; }
p { color: rgb(245,69,24); }
H1.HeaderClassName
{
color: #F54518;
}
.AnyTagClassName
{
color: #F54518;
}
</style>
background-color css
<style>
a { background-color: #F54518; }
a { background-color: rgb(245,69,24); }
div.DivClassName
{
background-color: #F54518;
}
.BgClassName
{
background-color: #F54518;
}
</style>
border-color css
<style>
span { border-color: #F54518; }
span { border-color: rgb(245,69,24); }
td.TdClassName
{
border-color: #F54518;
}
.TagClassName
{
border-color: #F54518;
}
</style>