Shades of Red Orange #F53829
Tints of Red Orange #F53829
RGB
CMYK
RGB Variations
Color information
#F53829 (or 0xF53829) is known color: Red Orange. HEX triplet: F5, 38 and 29. RGB value is (245,56,41). Sum of RGB (Red+Green+Blue) = 245+56+41=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F53829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53829 is #0AC7D6. Grayscale: #6F6F6F. Windows color (decimal): -706519 or 2701557. OLE color: 2701557.
HSL color Cylindrical-coordinate representation of color #F53829: hue angle of 4.41º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F53829 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 41 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.04 |
| HSL | 4.41º | 0.91% | 0.56% | - |
| HSV(B) | 4.41º | 0.83% | 0.96% | - |
| XYZ | 39.47 | 22.4 | 4.34 | - |
| YUV | 110.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 41 | 0 | 0.77 | 0.83 | 0.04 | 4.41 | 0.91 | 0.56 |
| Hex | F5 | 38 | 29 | 0 | 4D | 53 | 4 | 4 | 5B | 38 |
| Octal | 365 | 70 | 51 | 0 | 115 | 123 | 4 | 4 | 133 | 70 |
| Binary | 11110101 | 111000 | 101001 | 0 | 1001101 | 1010011 | 100 | 100 | 1011011 | 111000 |
Color Harmonies of #F53829
Complementary color
Monochromatic Colors of #F53829
Black with #F53829
Text Example
Text Example
White with #F53829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53829; }
p { color: rgb(245,56,41); }
H1.HeaderClassName
{
color: #F53829;
}
.AnyTagClassName
{
color: #F53829;
}
</style>
background-color css
<style>
a { background-color: #F53829; }
a { background-color: rgb(245,56,41); }
div.DivClassName
{
background-color: #F53829;
}
.BgClassName
{
background-color: #F53829;
}
</style>
border-color css
<style>
span { border-color: #F53829; }
span { border-color: rgb(245,56,41); }
td.TdClassName
{
border-color: #F53829;
}
.TagClassName
{
border-color: #F53829;
}
</style>