Shades of Red Orange #FD4829
Tints of Red Orange #FD4829
RGB
CMYK
RGB Variations
Color information
#FD4829 (or 0xFD4829) is known color: Red Orange. HEX triplet: FD, 48 and 29. RGB value is (253,72,41). Sum of RGB (Red+Green+Blue) = 253+72+41=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4829 is #02B7D6. Grayscale: #7A7A7A. Windows color (decimal): -178135 or 2705661. OLE color: 2705661.
HSL color Cylindrical-coordinate representation of color #FD4829: hue angle of 8.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD4829 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 41 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.01 |
| HSL | 8.77º | 0.98% | 0.58% | - |
| HSV(B) | 8.77º | 0.84% | 0.99% | - |
| XYZ | 43.23 | 25.68 | 4.78 | - |
| YUV | 122.59 | 81.97 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 41 | 0 | 0.72 | 0.84 | 0.01 | 8.77 | 0.98 | 0.58 |
| Hex | FD | 48 | 29 | 0 | 48 | 54 | 1 | 9 | 62 | 3A |
| Octal | 375 | 110 | 51 | 0 | 110 | 124 | 1 | 11 | 142 | 72 |
| Binary | 11111101 | 1001000 | 101001 | 0 | 1001000 | 1010100 | 1 | 1001 | 1100010 | 111010 |
Color Harmonies of #FD4829
Complementary color
Monochromatic Colors of #FD4829
Black with #FD4829
Text Example
Text Example
White with #FD4829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4829; }
p { color: rgb(253,72,41); }
H1.HeaderClassName
{
color: #FD4829;
}
.AnyTagClassName
{
color: #FD4829;
}
</style>
background-color css
<style>
a { background-color: #FD4829; }
a { background-color: rgb(253,72,41); }
div.DivClassName
{
background-color: #FD4829;
}
.BgClassName
{
background-color: #FD4829;
}
</style>
border-color css
<style>
span { border-color: #FD4829; }
span { border-color: rgb(253,72,41); }
td.TdClassName
{
border-color: #FD4829;
}
.TagClassName
{
border-color: #FD4829;
}
</style>