Shades of Orange Red #F54700
Tints of Orange Red #F54700
RGB
CMYK
RGB Variations
Color information
#F54700 (or 0xF54700) is known color: Orange Red. HEX triplet: F5, 47 and 00. RGB value is (245,71,0). Sum of RGB (Red+Green+Blue) = 245+71+0=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F54700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54700 is #0AB8FF. Grayscale: #737373. Windows color (decimal): -702720 or 18421. OLE color: 18421.
HSL color Cylindrical-coordinate representation of color #F54700: hue angle of 17.39º 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 #F54700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.04 |
| HSL | 17.39º | 1% | 0.48% | - |
| HSV(B) | 17.39º | 1% | 0.96% | - |
| XYZ | 39.91 | 23.92 | 2.51 | - |
| YUV | 114.93 | 63.15 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 0 | 0 | 0.71 | 1 | 0.04 | 17.39 | 1 | 0.48 |
| Hex | F5 | 47 | 0 | 0 | 47 | 64 | 4 | 11 | 64 | 30 |
| Octal | 365 | 107 | 0 | 0 | 107 | 144 | 4 | 21 | 144 | 60 |
| Binary | 11110101 | 1000111 | 0 | 0 | 1000111 | 1100100 | 100 | 10001 | 1100100 | 110000 |
Color Harmonies of #F54700
Complementary color
Monochromatic Colors of #F54700
Black with #F54700
Text Example
Text Example
White with #F54700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54700; }
p { color: rgb(245,71,0); }
H1.HeaderClassName
{
color: #F54700;
}
.AnyTagClassName
{
color: #F54700;
}
</style>
background-color css
<style>
a { background-color: #F54700; }
a { background-color: rgb(245,71,0); }
div.DivClassName
{
background-color: #F54700;
}
.BgClassName
{
background-color: #F54700;
}
</style>
border-color css
<style>
span { border-color: #F54700; }
span { border-color: rgb(245,71,0); }
td.TdClassName
{
border-color: #F54700;
}
.TagClassName
{
border-color: #F54700;
}
</style>