Shades of Orange Red #F54206
Tints of Orange Red #F54206
RGB
CMYK
RGB Variations
Color information
#F54206 (or 0xF54206) is known color: Orange Red. HEX triplet: F5, 42 and 06. RGB value is (245,66,6). Sum of RGB (Red+Green+Blue) = 245+66+6=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F54206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54206 is #0ABDF9. Grayscale: #717171. Windows color (decimal): -703994 or 410357. OLE color: 410357.
HSL color Cylindrical-coordinate representation of color #F54206: hue angle of 15.06º 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 #F54206 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 6 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.04 |
| HSL | 15.06º | 0.95% | 0.49% | - |
| HSV(B) | 15.06º | 0.98% | 0.96% | - |
| XYZ | 39.64 | 23.32 | 2.58 | - |
| YUV | 112.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 6 | 0 | 0.73 | 0.98 | 0.04 | 15.06 | 0.95 | 0.49 |
| Hex | F5 | 42 | 6 | 0 | 49 | 62 | 4 | F | 5F | 31 |
| Octal | 365 | 102 | 6 | 0 | 111 | 142 | 4 | 17 | 137 | 61 |
| Binary | 11110101 | 1000010 | 110 | 0 | 1001001 | 1100010 | 100 | 1111 | 1011111 | 110001 |
Color Harmonies of #F54206
Complementary color
Monochromatic Colors of #F54206
Black with #F54206
Text Example
Text Example
White with #F54206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54206; }
p { color: rgb(245,66,6); }
H1.HeaderClassName
{
color: #F54206;
}
.AnyTagClassName
{
color: #F54206;
}
</style>
background-color css
<style>
a { background-color: #F54206; }
a { background-color: rgb(245,66,6); }
div.DivClassName
{
background-color: #F54206;
}
.BgClassName
{
background-color: #F54206;
}
</style>
border-color css
<style>
span { border-color: #F54206; }
span { border-color: rgb(245,66,6); }
td.TdClassName
{
border-color: #F54206;
}
.TagClassName
{
border-color: #F54206;
}
</style>