Shades of Orange Red #F54302
Tints of Orange Red #F54302
RGB
CMYK
RGB Variations
Color information
#F54302 (or 0xF54302) is known color: Orange Red. HEX triplet: F5, 43 and 02. RGB value is (245,67,2). Sum of RGB (Red+Green+Blue) = 245+67+2=314 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.03% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 245 - color contains mainly: red. Hex color #F54302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54302 is #0ABCFD. Grayscale: #717171. Windows color (decimal): -703742 or 148469. OLE color: 148469.
HSL color Cylindrical-coordinate representation of color #F54302: hue angle of 16.05º 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 #F54302 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.04 |
| HSL | 16.05º | 0.98% | 0.48% | - |
| HSV(B) | 16.05º | 0.99% | 0.96% | - |
| XYZ | 39.67 | 23.43 | 2.49 | - |
| YUV | 112.81 | 65.47 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 2 | 0 | 0.73 | 0.99 | 0.04 | 16.05 | 0.98 | 0.48 |
| Hex | F5 | 43 | 2 | 0 | 49 | 63 | 4 | 10 | 62 | 30 |
| Octal | 365 | 103 | 2 | 0 | 111 | 143 | 4 | 20 | 142 | 60 |
| Binary | 11110101 | 1000011 | 10 | 0 | 1001001 | 1100011 | 100 | 10000 | 1100010 | 110000 |
Color Harmonies of #F54302
Complementary color
Monochromatic Colors of #F54302
Black with #F54302
Text Example
Text Example
White with #F54302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54302; }
p { color: rgb(245,67,2); }
H1.HeaderClassName
{
color: #F54302;
}
.AnyTagClassName
{
color: #F54302;
}
</style>
background-color css
<style>
a { background-color: #F54302; }
a { background-color: rgb(245,67,2); }
div.DivClassName
{
background-color: #F54302;
}
.BgClassName
{
background-color: #F54302;
}
</style>
border-color css
<style>
span { border-color: #F54302; }
span { border-color: rgb(245,67,2); }
td.TdClassName
{
border-color: #F54302;
}
.TagClassName
{
border-color: #F54302;
}
</style>