Shades of Orange Red #F53706
Tints of Orange Red #F53706
RGB
CMYK
RGB Variations
Color information
#F53706 (or 0xF53706) is known color: Orange Red. HEX triplet: F5, 37 and 06. RGB value is (245,55,6). Sum of RGB (Red+Green+Blue) = 245+55+6=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F53706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53706 is #0AC8F9. Grayscale: #6A6A6A. Windows color (decimal): -706810 or 407541. OLE color: 407541.
HSL color Cylindrical-coordinate representation of color #F53706: hue angle of 12.3º degrees, saturation: 0.95, 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 #F53706 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 6 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.04 |
| HSL | 12.3º | 0.95% | 0.49% | - |
| HSV(B) | 12.3º | 0.98% | 0.96% | - |
| XYZ | 39.06 | 22.16 | 2.39 | - |
| YUV | 106.22 | 71.45 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 6 | 0 | 0.78 | 0.98 | 0.04 | 12.3 | 0.95 | 0.49 |
| Hex | F5 | 37 | 6 | 0 | 4E | 62 | 4 | C | 5F | 31 |
| Octal | 365 | 67 | 6 | 0 | 116 | 142 | 4 | 14 | 137 | 61 |
| Binary | 11110101 | 110111 | 110 | 0 | 1001110 | 1100010 | 100 | 1100 | 1011111 | 110001 |
Color Harmonies of #F53706
Complementary color
Monochromatic Colors of #F53706
Black with #F53706
Text Example
Text Example
White with #F53706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53706; }
p { color: rgb(245,55,6); }
H1.HeaderClassName
{
color: #F53706;
}
.AnyTagClassName
{
color: #F53706;
}
</style>
background-color css
<style>
a { background-color: #F53706; }
a { background-color: rgb(245,55,6); }
div.DivClassName
{
background-color: #F53706;
}
.BgClassName
{
background-color: #F53706;
}
</style>
border-color css
<style>
span { border-color: #F53706; }
span { border-color: rgb(245,55,6); }
td.TdClassName
{
border-color: #F53706;
}
.TagClassName
{
border-color: #F53706;
}
</style>