Shades of Orange Red #F54800
Tints of Orange Red #F54800
RGB
CMYK
RGB Variations
Color information
#F54800 (or 0xF54800) is known color: Orange Red. HEX triplet: F5, 48 and 00. RGB value is (245,72,0). Sum of RGB (Red+Green+Blue) = 245+72+0=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F54800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54800 is #0AB7FF. Grayscale: #737373. Windows color (decimal): -702464 or 18677. OLE color: 18677.
HSL color Cylindrical-coordinate representation of color #F54800: hue angle of 17.63º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F54800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.04 |
| HSL | 17.63º | 1% | 0.48% | - |
| HSV(B) | 17.63º | 1% | 0.96% | - |
| XYZ | 39.97 | 24.05 | 2.53 | - |
| YUV | 115.52 | 62.81 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 0 | 0 | 0.71 | 1 | 0.04 | 17.63 | 1 | 0.48 |
| Hex | F5 | 48 | 0 | 0 | 47 | 64 | 4 | 12 | 64 | 30 |
| Octal | 365 | 110 | 0 | 0 | 107 | 144 | 4 | 22 | 144 | 60 |
| Binary | 11110101 | 1001000 | 0 | 0 | 1000111 | 1100100 | 100 | 10010 | 1100100 | 110000 |
Color Harmonies of #F54800
Complementary color
Monochromatic Colors of #F54800
Black with #F54800
Text Example
Text Example
White with #F54800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54800; }
p { color: rgb(245,72,0); }
H1.HeaderClassName
{
color: #F54800;
}
.AnyTagClassName
{
color: #F54800;
}
</style>
background-color css
<style>
a { background-color: #F54800; }
a { background-color: rgb(245,72,0); }
div.DivClassName
{
background-color: #F54800;
}
.BgClassName
{
background-color: #F54800;
}
</style>
border-color css
<style>
span { border-color: #F54800; }
span { border-color: rgb(245,72,0); }
td.TdClassName
{
border-color: #F54800;
}
.TagClassName
{
border-color: #F54800;
}
</style>