Shades of Red Orange #F54730
Tints of Red Orange #F54730
RGB
CMYK
RGB Variations
Color information
#F54730 (or 0xF54730) is known color: Red Orange. HEX triplet: F5, 47 and 30. RGB value is (245,71,48). Sum of RGB (Red+Green+Blue) = 245+71+48=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F54730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54730 is #0AB8CF. Grayscale: #787878. Windows color (decimal): -702672 or 3164149. OLE color: 3164149.
HSL color Cylindrical-coordinate representation of color #F54730: hue angle of 7.01º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F54730 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 48 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.04 |
| HSL | 7.01º | 0.91% | 0.57% | - |
| HSV(B) | 7.01º | 0.8% | 0.96% | - |
| XYZ | 40.44 | 24.13 | 5.32 | - |
| YUV | 120.4 | 87.15 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 48 | 0 | 0.71 | 0.80 | 0.04 | 7.01 | 0.91 | 0.57 |
| Hex | F5 | 47 | 30 | 0 | 47 | 50 | 4 | 7 | 5B | 39 |
| Octal | 365 | 107 | 60 | 0 | 107 | 120 | 4 | 7 | 133 | 71 |
| Binary | 11110101 | 1000111 | 110000 | 0 | 1000111 | 1010000 | 100 | 111 | 1011011 | 111001 |
Color Harmonies of #F54730
Complementary color
Monochromatic Colors of #F54730
Black with #F54730
Text Example
Text Example
White with #F54730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54730; }
p { color: rgb(245,71,48); }
H1.HeaderClassName
{
color: #F54730;
}
.AnyTagClassName
{
color: #F54730;
}
</style>
background-color css
<style>
a { background-color: #F54730; }
a { background-color: rgb(245,71,48); }
div.DivClassName
{
background-color: #F54730;
}
.BgClassName
{
background-color: #F54730;
}
</style>
border-color css
<style>
span { border-color: #F54730; }
span { border-color: rgb(245,71,48); }
td.TdClassName
{
border-color: #F54730;
}
.TagClassName
{
border-color: #F54730;
}
</style>