Shades of Red Orange #F54827
Tints of Red Orange #F54827
RGB
CMYK
RGB Variations
Color information
#F54827 (or 0xF54827) is known color: Red Orange. HEX triplet: F5, 48 and 27. RGB value is (245,72,39). Sum of RGB (Red+Green+Blue) = 245+72+39=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F54827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54827 is #0AB7D8. Grayscale: #787878. Windows color (decimal): -702425 or 2574581. OLE color: 2574581.
HSL color Cylindrical-coordinate representation of color #F54827: hue angle of 9.61º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F54827 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 39 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.04 |
| HSL | 9.61º | 0.91% | 0.56% | - |
| HSV(B) | 9.61º | 0.84% | 0.96% | - |
| XYZ | 40.34 | 24.19 | 4.46 | - |
| YUV | 119.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 39 | 0 | 0.71 | 0.84 | 0.04 | 9.61 | 0.91 | 0.56 |
| Hex | F5 | 48 | 27 | 0 | 47 | 54 | 4 | A | 5B | 38 |
| Octal | 365 | 110 | 47 | 0 | 107 | 124 | 4 | 12 | 133 | 70 |
| Binary | 11110101 | 1001000 | 100111 | 0 | 1000111 | 1010100 | 100 | 1010 | 1011011 | 111000 |
Color Harmonies of #F54827
Complementary color
Monochromatic Colors of #F54827
Black with #F54827
Text Example
Text Example
White with #F54827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54827; }
p { color: rgb(245,72,39); }
H1.HeaderClassName
{
color: #F54827;
}
.AnyTagClassName
{
color: #F54827;
}
</style>
background-color css
<style>
a { background-color: #F54827; }
a { background-color: rgb(245,72,39); }
div.DivClassName
{
background-color: #F54827;
}
.BgClassName
{
background-color: #F54827;
}
</style>
border-color css
<style>
span { border-color: #F54827; }
span { border-color: rgb(245,72,39); }
td.TdClassName
{
border-color: #F54827;
}
.TagClassName
{
border-color: #F54827;
}
</style>