Shades of Red Orange #FD4D2E
Tints of Red Orange #FD4D2E
RGB
CMYK
RGB Variations
Color information
#FD4D2E (or 0xFD4D2E) is known color: Red Orange. HEX triplet: FD, 4D and 2E. RGB value is (253,77,46). Sum of RGB (Red+Green+Blue) = 253+77+46=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D2E is #02B2D1. Grayscale: #7E7E7E. Windows color (decimal): -176850 or 3034621. OLE color: 3034621.
HSL color Cylindrical-coordinate representation of color #FD4D2E: hue angle of 8.99º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD4D2E is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 46 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.01 |
| HSL | 8.99º | 0.98% | 0.59% | - |
| HSV(B) | 8.99º | 0.82% | 0.99% | - |
| XYZ | 43.66 | 26.39 | 5.38 | - |
| YUV | 126.09 | 82.81 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 46 | 0 | 0.70 | 0.82 | 0.01 | 8.99 | 0.98 | 0.59 |
| Hex | FD | 4D | 2E | 0 | 46 | 52 | 1 | 9 | 62 | 3B |
| Octal | 375 | 115 | 56 | 0 | 106 | 122 | 1 | 11 | 142 | 73 |
| Binary | 11111101 | 1001101 | 101110 | 0 | 1000110 | 1010010 | 1 | 1001 | 1100010 | 111011 |
Color Harmonies of #FD4D2E
Complementary color
Monochromatic Colors of #FD4D2E
Black with #FD4D2E
Text Example
Text Example
White with #FD4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D2E; }
p { color: rgb(253,77,46); }
H1.HeaderClassName
{
color: #FD4D2E;
}
.AnyTagClassName
{
color: #FD4D2E;
}
</style>
background-color css
<style>
a { background-color: #FD4D2E; }
a { background-color: rgb(253,77,46); }
div.DivClassName
{
background-color: #FD4D2E;
}
.BgClassName
{
background-color: #FD4D2E;
}
</style>
border-color css
<style>
span { border-color: #FD4D2E; }
span { border-color: rgb(253,77,46); }
td.TdClassName
{
border-color: #FD4D2E;
}
.TagClassName
{
border-color: #FD4D2E;
}
</style>