Shades of Red Orange #FF4D29
Tints of Red Orange #FF4D29
RGB
CMYK
RGB Variations
Color information
#FF4D29 (or 0xFF4D29) is known color: Red Orange. HEX triplet: FF, 4D and 29. RGB value is (255,77,41). Sum of RGB (Red+Green+Blue) = 255+77+41=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D29 is #00B2D6. Grayscale: #7E7E7E. Windows color (decimal): -45783 or 2706943. OLE color: 2706943.
HSL color Cylindrical-coordinate representation of color #FF4D29: hue angle of 10.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4D29 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 41 | - |
| CMYK | 0 | 0.70 | 0.84 | 0 |
| HSL | 10.09º | 1% | 0.58% | - |
| HSV(B) | 10.09º | 0.84% | 1% | - |
| XYZ | 44.29 | 26.73 | 4.92 | - |
| YUV | 126.12 | 79.97 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 41 | 0 | 0.70 | 0.84 | 0 | 10.09 | 1 | 0.58 |
| Hex | FF | 4D | 29 | 0 | 46 | 54 | 0 | A | 64 | 3A |
| Octal | 377 | 115 | 51 | 0 | 106 | 124 | 0 | 12 | 144 | 72 |
| Binary | 11111111 | 1001101 | 101001 | 0 | 1000110 | 1010100 | 0 | 1010 | 1100100 | 111010 |
Color Harmonies of #FF4D29
Complementary color
Monochromatic Colors of #FF4D29
Black with #FF4D29
Text Example
Text Example
White with #FF4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D29; }
p { color: rgb(255,77,41); }
H1.HeaderClassName
{
color: #FF4D29;
}
.AnyTagClassName
{
color: #FF4D29;
}
</style>
background-color css
<style>
a { background-color: #FF4D29; }
a { background-color: rgb(255,77,41); }
div.DivClassName
{
background-color: #FF4D29;
}
.BgClassName
{
background-color: #FF4D29;
}
</style>
border-color css
<style>
span { border-color: #FF4D29; }
span { border-color: rgb(255,77,41); }
td.TdClassName
{
border-color: #FF4D29;
}
.TagClassName
{
border-color: #FF4D29;
}
</style>