Shades of Orange Red #F54606
Tints of Orange Red #F54606
RGB
CMYK
RGB Variations
Color information
#F54606 (or 0xF54606) is known color: Orange Red. HEX triplet: F5, 46 and 06. RGB value is (245,70,6). Sum of RGB (Red+Green+Blue) = 245+70+6=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F54606 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54606 is #0AB9F9. Grayscale: #737373. Windows color (decimal): -702970 or 411381. OLE color: 411381.
HSL color Cylindrical-coordinate representation of color #F54606: hue angle of 16.07º 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 #F54606 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 6 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.04 |
| HSL | 16.07º | 0.95% | 0.49% | - |
| HSV(B) | 16.07º | 0.98% | 0.96% | - |
| XYZ | 39.88 | 23.81 | 2.67 | - |
| YUV | 115.03 | 66.48 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 6 | 0 | 0.71 | 0.98 | 0.04 | 16.07 | 0.95 | 0.49 |
| Hex | F5 | 46 | 6 | 0 | 47 | 62 | 4 | 10 | 5F | 31 |
| Octal | 365 | 106 | 6 | 0 | 107 | 142 | 4 | 20 | 137 | 61 |
| Binary | 11110101 | 1000110 | 110 | 0 | 1000111 | 1100010 | 100 | 10000 | 1011111 | 110001 |
Color Harmonies of #F54606
Complementary color
Monochromatic Colors of #F54606
Black with #F54606
Text Example
Text Example
White with #F54606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54606; }
p { color: rgb(245,70,6); }
H1.HeaderClassName
{
color: #F54606;
}
.AnyTagClassName
{
color: #F54606;
}
</style>
background-color css
<style>
a { background-color: #F54606; }
a { background-color: rgb(245,70,6); }
div.DivClassName
{
background-color: #F54606;
}
.BgClassName
{
background-color: #F54606;
}
</style>
border-color css
<style>
span { border-color: #F54606; }
span { border-color: rgb(245,70,6); }
td.TdClassName
{
border-color: #F54606;
}
.TagClassName
{
border-color: #F54606;
}
</style>