Shades of Orange Red #F54305
Tints of Orange Red #F54305
RGB
CMYK
RGB Variations
Color information
#F54305 (or 0xF54305) is known color: Orange Red. HEX triplet: F5, 43 and 05. RGB value is (245,67,5). Sum of RGB (Red+Green+Blue) = 245+67+5=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F54305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54305 is #0ABCFA. Grayscale: #717171. Windows color (decimal): -703739 or 345077. OLE color: 345077.
HSL color Cylindrical-coordinate representation of color #F54305: hue angle of 15.5º degrees, saturation: 0.96, 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 #F54305 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 5 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.04 |
| HSL | 15.5º | 0.96% | 0.49% | - |
| HSV(B) | 15.5º | 0.98% | 0.96% | - |
| XYZ | 39.69 | 23.44 | 2.58 | - |
| YUV | 113.15 | 66.97 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 5 | 0 | 0.73 | 0.98 | 0.04 | 15.5 | 0.96 | 0.49 |
| Hex | F5 | 43 | 5 | 0 | 49 | 62 | 4 | 10 | 60 | 31 |
| Octal | 365 | 103 | 5 | 0 | 111 | 142 | 4 | 20 | 140 | 61 |
| Binary | 11110101 | 1000011 | 101 | 0 | 1001001 | 1100010 | 100 | 10000 | 1100000 | 110001 |
Color Harmonies of #F54305
Complementary color
Monochromatic Colors of #F54305
Black with #F54305
Text Example
Text Example
White with #F54305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54305; }
p { color: rgb(245,67,5); }
H1.HeaderClassName
{
color: #F54305;
}
.AnyTagClassName
{
color: #F54305;
}
</style>
background-color css
<style>
a { background-color: #F54305; }
a { background-color: rgb(245,67,5); }
div.DivClassName
{
background-color: #F54305;
}
.BgClassName
{
background-color: #F54305;
}
</style>
border-color css
<style>
span { border-color: #F54305; }
span { border-color: rgb(245,67,5); }
td.TdClassName
{
border-color: #F54305;
}
.TagClassName
{
border-color: #F54305;
}
</style>