Shades of Red Orange #FD4D29
Tints of Red Orange #FD4D29
RGB
CMYK
RGB Variations
Color information
#FD4D29 (or 0xFD4D29) is known color: Red Orange. HEX triplet: FD, 4D and 29. RGB value is (253,77,41). Sum of RGB (Red+Green+Blue) = 253+77+41=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D29 is #02B2D6. Grayscale: #7D7D7D. Windows color (decimal): -176855 or 2706941. OLE color: 2706941.
HSL color Cylindrical-coordinate representation of color #FD4D29: hue angle of 10.19º 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 #FD4D29 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 41 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.01 |
| HSL | 10.19º | 0.98% | 0.58% | - |
| HSV(B) | 10.19º | 0.84% | 0.99% | - |
| XYZ | 43.56 | 26.35 | 4.89 | - |
| YUV | 125.52 | 80.31 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 41 | 0 | 0.70 | 0.84 | 0.01 | 10.19 | 0.98 | 0.58 |
| Hex | FD | 4D | 29 | 0 | 46 | 54 | 1 | A | 62 | 3A |
| Octal | 375 | 115 | 51 | 0 | 106 | 124 | 1 | 12 | 142 | 72 |
| Binary | 11111101 | 1001101 | 101001 | 0 | 1000110 | 1010100 | 1 | 1010 | 1100010 | 111010 |
Color Harmonies of #FD4D29
Complementary color
Monochromatic Colors of #FD4D29
Black with #FD4D29
Text Example
Text Example
White with #FD4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D29; }
p { color: rgb(253,77,41); }
H1.HeaderClassName
{
color: #FD4D29;
}
.AnyTagClassName
{
color: #FD4D29;
}
</style>
background-color css
<style>
a { background-color: #FD4D29; }
a { background-color: rgb(253,77,41); }
div.DivClassName
{
background-color: #FD4D29;
}
.BgClassName
{
background-color: #FD4D29;
}
</style>
border-color css
<style>
span { border-color: #FD4D29; }
span { border-color: rgb(253,77,41); }
td.TdClassName
{
border-color: #FD4D29;
}
.TagClassName
{
border-color: #FD4D29;
}
</style>