Shades of Orange Red #F54509
Tints of Orange Red #F54509
RGB
CMYK
RGB Variations
Color information
#F54509 (or 0xF54509) is known color: Orange Red. HEX triplet: F5, 45 and 09. RGB value is (245,69,9). Sum of RGB (Red+Green+Blue) = 245+69+9=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F54509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54509 is #0ABAF6. Grayscale: #737373. Windows color (decimal): -703223 or 607733. OLE color: 607733.
HSL color Cylindrical-coordinate representation of color #F54509: hue angle of 15.25º degrees, saturation: 0.93, 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 #F54509 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 15.25º | 0.93% | 0.5% | - |
| HSV(B) | 15.25º | 0.96% | 0.96% | - |
| XYZ | 39.83 | 23.69 | 2.73 | - |
| YUV | 114.78 | 68.31 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 9 | 0 | 0.72 | 0.96 | 0.04 | 15.25 | 0.93 | 0.5 |
| Hex | F5 | 45 | 9 | 0 | 48 | 60 | 4 | F | 5D | 32 |
| Octal | 365 | 105 | 11 | 0 | 110 | 140 | 4 | 17 | 135 | 62 |
| Binary | 11110101 | 1000101 | 1001 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011101 | 110010 |
Color Harmonies of #F54509
Complementary color
Monochromatic Colors of #F54509
Black with #F54509
Text Example
Text Example
White with #F54509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54509; }
p { color: rgb(245,69,9); }
H1.HeaderClassName
{
color: #F54509;
}
.AnyTagClassName
{
color: #F54509;
}
</style>
background-color css
<style>
a { background-color: #F54509; }
a { background-color: rgb(245,69,9); }
div.DivClassName
{
background-color: #F54509;
}
.BgClassName
{
background-color: #F54509;
}
</style>
border-color css
<style>
span { border-color: #F54509; }
span { border-color: rgb(245,69,9); }
td.TdClassName
{
border-color: #F54509;
}
.TagClassName
{
border-color: #F54509;
}
</style>