Shades of Red Orange #F53F3A
Tints of Red Orange #F53F3A
RGB
CMYK
RGB Variations
Color information
#F53F3A (or 0xF53F3A) is known color: Red Orange. HEX triplet: F5, 3F and 3A. RGB value is (245,63,58). Sum of RGB (Red+Green+Blue) = 245+63+58=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53F3A is #0AC0C5. Grayscale: #757575. Windows color (decimal): -704710 or 3817461. OLE color: 3817461.
HSL color Cylindrical-coordinate representation of color #F53F3A: hue angle of 1.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53F3A is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 58 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.04 |
| HSL | 1.6º | 0.9% | 0.59% | - |
| HSV(B) | 1.6º | 0.76% | 0.96% | - |
| XYZ | 40.2 | 23.27 | 6.38 | - |
| YUV | 116.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 58 | 0 | 0.74 | 0.76 | 0.04 | 1.6 | 0.9 | 0.59 |
| Hex | F5 | 3F | 3A | 0 | 4A | 4C | 4 | 2 | 5A | 3B |
| Octal | 365 | 77 | 72 | 0 | 112 | 114 | 4 | 2 | 132 | 73 |
| Binary | 11110101 | 111111 | 111010 | 0 | 1001010 | 1001100 | 100 | 10 | 1011010 | 111011 |
Color Harmonies of #F53F3A
Complementary color
Monochromatic Colors of #F53F3A
Black with #F53F3A
Text Example
Text Example
White with #F53F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F3A; }
p { color: rgb(245,63,58); }
H1.HeaderClassName
{
color: #F53F3A;
}
.AnyTagClassName
{
color: #F53F3A;
}
</style>
background-color css
<style>
a { background-color: #F53F3A; }
a { background-color: rgb(245,63,58); }
div.DivClassName
{
background-color: #F53F3A;
}
.BgClassName
{
background-color: #F53F3A;
}
</style>
border-color css
<style>
span { border-color: #F53F3A; }
span { border-color: rgb(245,63,58); }
td.TdClassName
{
border-color: #F53F3A;
}
.TagClassName
{
border-color: #F53F3A;
}
</style>