Shades of Orange Red #F53805
Tints of Orange Red #F53805
RGB
CMYK
RGB Variations
Color information
#F53805 (or 0xF53805) is known color: Orange Red. HEX triplet: F5, 38 and 05. RGB value is (245,56,5). Sum of RGB (Red+Green+Blue) = 245+56+5=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F53805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53805 is #0AC7FA. Grayscale: #6B6B6B. Windows color (decimal): -706555 or 342261. OLE color: 342261.
HSL color Cylindrical-coordinate representation of color #F53805: hue angle of 12.75º 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 #F53805 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.04 |
| HSL | 12.75º | 0.96% | 0.49% | - |
| HSV(B) | 12.75º | 0.98% | 0.96% | - |
| XYZ | 39.1 | 22.25 | 2.38 | - |
| YUV | 106.7 | 70.62 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 5 | 0 | 0.77 | 0.98 | 0.04 | 12.75 | 0.96 | 0.49 |
| Hex | F5 | 38 | 5 | 0 | 4D | 62 | 4 | D | 60 | 31 |
| Octal | 365 | 70 | 5 | 0 | 115 | 142 | 4 | 15 | 140 | 61 |
| Binary | 11110101 | 111000 | 101 | 0 | 1001101 | 1100010 | 100 | 1101 | 1100000 | 110001 |
Color Harmonies of #F53805
Complementary color
Monochromatic Colors of #F53805
Black with #F53805
Text Example
Text Example
White with #F53805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53805; }
p { color: rgb(245,56,5); }
H1.HeaderClassName
{
color: #F53805;
}
.AnyTagClassName
{
color: #F53805;
}
</style>
background-color css
<style>
a { background-color: #F53805; }
a { background-color: rgb(245,56,5); }
div.DivClassName
{
background-color: #F53805;
}
.BgClassName
{
background-color: #F53805;
}
</style>
border-color css
<style>
span { border-color: #F53805; }
span { border-color: rgb(245,56,5); }
td.TdClassName
{
border-color: #F53805;
}
.TagClassName
{
border-color: #F53805;
}
</style>