Shades of Orange Red #F54506
Tints of Orange Red #F54506
RGB
CMYK
RGB Variations
Color information
#F54506 (or 0xF54506) is known color: Orange Red. HEX triplet: F5, 45 and 06. RGB value is (245,69,6). Sum of RGB (Red+Green+Blue) = 245+69+6=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F54506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54506 is #0ABAF9. Grayscale: #727272. Windows color (decimal): -703226 or 411125. OLE color: 411125.
HSL color Cylindrical-coordinate representation of color #F54506: hue angle of 15.82º degrees, saturation: 0.95, 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 #F54506 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 6 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.04 |
| HSL | 15.82º | 0.95% | 0.49% | - |
| HSV(B) | 15.82º | 0.98% | 0.96% | - |
| XYZ | 39.82 | 23.68 | 2.64 | - |
| YUV | 114.44 | 66.81 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 6 | 0 | 0.72 | 0.98 | 0.04 | 15.82 | 0.95 | 0.49 |
| Hex | F5 | 45 | 6 | 0 | 48 | 62 | 4 | 10 | 5F | 31 |
| Octal | 365 | 105 | 6 | 0 | 110 | 142 | 4 | 20 | 137 | 61 |
| Binary | 11110101 | 1000101 | 110 | 0 | 1001000 | 1100010 | 100 | 10000 | 1011111 | 110001 |
Color Harmonies of #F54506
Complementary color
Monochromatic Colors of #F54506
Black with #F54506
Text Example
Text Example
White with #F54506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54506; }
p { color: rgb(245,69,6); }
H1.HeaderClassName
{
color: #F54506;
}
.AnyTagClassName
{
color: #F54506;
}
</style>
background-color css
<style>
a { background-color: #F54506; }
a { background-color: rgb(245,69,6); }
div.DivClassName
{
background-color: #F54506;
}
.BgClassName
{
background-color: #F54506;
}
</style>
border-color css
<style>
span { border-color: #F54506; }
span { border-color: rgb(245,69,6); }
td.TdClassName
{
border-color: #F54506;
}
.TagClassName
{
border-color: #F54506;
}
</style>