Shades of Orange Red #F54017
Tints of Orange Red #F54017
RGB
CMYK
RGB Variations
Color information
#F54017 (or 0xF54017) is known color: Orange Red. HEX triplet: F5, 40 and 17. RGB value is (245,64,23). Sum of RGB (Red+Green+Blue) = 245+64+23=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54017 is #0ABFE8. Grayscale: #717171. Windows color (decimal): -704489 or 1523957. OLE color: 1523957.
HSL color Cylindrical-coordinate representation of color #F54017: hue angle of 11.08º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F54017 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 23 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.04 |
| HSL | 11.08º | 0.92% | 0.53% | - |
| HSV(B) | 11.08º | 0.91% | 0.96% | - |
| XYZ | 39.64 | 23.14 | 3.19 | - |
| YUV | 113.45 | 76.97 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 23 | 0 | 0.74 | 0.91 | 0.04 | 11.08 | 0.92 | 0.53 |
| Hex | F5 | 40 | 17 | 0 | 4A | 5B | 4 | B | 5C | 35 |
| Octal | 365 | 100 | 27 | 0 | 112 | 133 | 4 | 13 | 134 | 65 |
| Binary | 11110101 | 1000000 | 10111 | 0 | 1001010 | 1011011 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F54017
Complementary color
Monochromatic Colors of #F54017
Black with #F54017
Text Example
Text Example
White with #F54017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54017; }
p { color: rgb(245,64,23); }
H1.HeaderClassName
{
color: #F54017;
}
.AnyTagClassName
{
color: #F54017;
}
</style>
background-color css
<style>
a { background-color: #F54017; }
a { background-color: rgb(245,64,23); }
div.DivClassName
{
background-color: #F54017;
}
.BgClassName
{
background-color: #F54017;
}
</style>
border-color css
<style>
span { border-color: #F54017; }
span { border-color: rgb(245,64,23); }
td.TdClassName
{
border-color: #F54017;
}
.TagClassName
{
border-color: #F54017;
}
</style>