Shades of Orange Red #F54804
Tints of Orange Red #F54804
RGB
CMYK
RGB Variations
Color information
#F54804 (or 0xF54804) is known color: Orange Red. HEX triplet: F5, 48 and 04. RGB value is (245,72,4). Sum of RGB (Red+Green+Blue) = 245+72+4=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F54804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54804 is #0AB7FB. Grayscale: #747474. Windows color (decimal): -702460 or 280821. OLE color: 280821.
HSL color Cylindrical-coordinate representation of color #F54804: hue angle of 16.93º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F54804 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.04 |
| HSL | 16.93º | 0.97% | 0.49% | - |
| HSV(B) | 16.93º | 0.98% | 0.96% | - |
| XYZ | 40 | 24.06 | 2.65 | - |
| YUV | 115.98 | 64.81 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 4 | 0 | 0.71 | 0.98 | 0.04 | 16.93 | 0.97 | 0.49 |
| Hex | F5 | 48 | 4 | 0 | 47 | 62 | 4 | 11 | 61 | 31 |
| Octal | 365 | 110 | 4 | 0 | 107 | 142 | 4 | 21 | 141 | 61 |
| Binary | 11110101 | 1001000 | 100 | 0 | 1000111 | 1100010 | 100 | 10001 | 1100001 | 110001 |
Color Harmonies of #F54804
Complementary color
Monochromatic Colors of #F54804
Black with #F54804
Text Example
Text Example
White with #F54804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54804; }
p { color: rgb(245,72,4); }
H1.HeaderClassName
{
color: #F54804;
}
.AnyTagClassName
{
color: #F54804;
}
</style>
background-color css
<style>
a { background-color: #F54804; }
a { background-color: rgb(245,72,4); }
div.DivClassName
{
background-color: #F54804;
}
.BgClassName
{
background-color: #F54804;
}
</style>
border-color css
<style>
span { border-color: #F54804; }
span { border-color: rgb(245,72,4); }
td.TdClassName
{
border-color: #F54804;
}
.TagClassName
{
border-color: #F54804;
}
</style>