Shades of Orange Red #F54507
Tints of Orange Red #F54507
RGB
CMYK
RGB Variations
Color information
#F54507 (or 0xF54507) is known color: Orange Red. HEX triplet: F5, 45 and 07. RGB value is (245,69,7). Sum of RGB (Red+Green+Blue) = 245+69+7=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F54507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54507 is #0ABAF8. Grayscale: #727272. Windows color (decimal): -703225 or 476661. OLE color: 476661.
HSL color Cylindrical-coordinate representation of color #F54507: hue angle of 15.63º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F54507 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.04 |
| HSL | 15.63º | 0.94% | 0.49% | - |
| HSV(B) | 15.63º | 0.97% | 0.96% | - |
| XYZ | 39.82 | 23.68 | 2.67 | - |
| YUV | 114.56 | 67.31 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 7 | 0 | 0.72 | 0.97 | 0.04 | 15.63 | 0.94 | 0.49 |
| Hex | F5 | 45 | 7 | 0 | 48 | 61 | 4 | 10 | 5E | 31 |
| Octal | 365 | 105 | 7 | 0 | 110 | 141 | 4 | 20 | 136 | 61 |
| Binary | 11110101 | 1000101 | 111 | 0 | 1001000 | 1100001 | 100 | 10000 | 1011110 | 110001 |
Color Harmonies of #F54507
Complementary color
Monochromatic Colors of #F54507
Black with #F54507
Text Example
Text Example
White with #F54507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54507; }
p { color: rgb(245,69,7); }
H1.HeaderClassName
{
color: #F54507;
}
.AnyTagClassName
{
color: #F54507;
}
</style>
background-color css
<style>
a { background-color: #F54507; }
a { background-color: rgb(245,69,7); }
div.DivClassName
{
background-color: #F54507;
}
.BgClassName
{
background-color: #F54507;
}
</style>
border-color css
<style>
span { border-color: #F54507; }
span { border-color: rgb(245,69,7); }
td.TdClassName
{
border-color: #F54507;
}
.TagClassName
{
border-color: #F54507;
}
</style>