Shades of Orange Red #F54602
Tints of Orange Red #F54602
RGB
CMYK
RGB Variations
Color information
#F54602 (or 0xF54602) is known color: Orange Red. HEX triplet: F5, 46 and 02. RGB value is (245,70,2). Sum of RGB (Red+Green+Blue) = 245+70+2=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F54602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54602 is #0AB9FD. Grayscale: #737373. Windows color (decimal): -702974 or 149237. OLE color: 149237.
HSL color Cylindrical-coordinate representation of color #F54602: hue angle of 16.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F54602 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.04 |
| HSL | 16.79º | 0.98% | 0.48% | - |
| HSV(B) | 16.79º | 0.99% | 0.96% | - |
| XYZ | 39.86 | 23.8 | 2.55 | - |
| YUV | 114.57 | 64.48 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 2 | 0 | 0.71 | 0.99 | 0.04 | 16.79 | 0.98 | 0.48 |
| Hex | F5 | 46 | 2 | 0 | 47 | 63 | 4 | 11 | 62 | 30 |
| Octal | 365 | 106 | 2 | 0 | 107 | 143 | 4 | 21 | 142 | 60 |
| Binary | 11110101 | 1000110 | 10 | 0 | 1000111 | 1100011 | 100 | 10001 | 1100010 | 110000 |
Color Harmonies of #F54602
Complementary color
Monochromatic Colors of #F54602
Black with #F54602
Text Example
Text Example
White with #F54602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54602; }
p { color: rgb(245,70,2); }
H1.HeaderClassName
{
color: #F54602;
}
.AnyTagClassName
{
color: #F54602;
}
</style>
background-color css
<style>
a { background-color: #F54602; }
a { background-color: rgb(245,70,2); }
div.DivClassName
{
background-color: #F54602;
}
.BgClassName
{
background-color: #F54602;
}
</style>
border-color css
<style>
span { border-color: #F54602; }
span { border-color: rgb(245,70,2); }
td.TdClassName
{
border-color: #F54602;
}
.TagClassName
{
border-color: #F54602;
}
</style>