Shades of Red Orange #FD4C2E
Tints of Red Orange #FD4C2E
RGB
CMYK
RGB Variations
Color information
#FD4C2E (or 0xFD4C2E) is known color: Red Orange. HEX triplet: FD, 4C and 2E. RGB value is (253,76,46). Sum of RGB (Red+Green+Blue) = 253+76+46=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C2E is #02B3D1. Grayscale: #7D7D7D. Windows color (decimal): -177106 or 3034365. OLE color: 3034365.
HSL color Cylindrical-coordinate representation of color #FD4C2E: hue angle of 8.7º 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 #FD4C2E is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 46 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.01 |
| HSL | 8.7º | 0.98% | 0.59% | - |
| HSV(B) | 8.7º | 0.82% | 0.99% | - |
| XYZ | 43.59 | 26.25 | 5.35 | - |
| YUV | 125.5 | 83.14 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 46 | 0 | 0.70 | 0.82 | 0.01 | 8.7 | 0.98 | 0.59 |
| Hex | FD | 4C | 2E | 0 | 46 | 52 | 1 | 9 | 62 | 3B |
| Octal | 375 | 114 | 56 | 0 | 106 | 122 | 1 | 11 | 142 | 73 |
| Binary | 11111101 | 1001100 | 101110 | 0 | 1000110 | 1010010 | 1 | 1001 | 1100010 | 111011 |
Color Harmonies of #FD4C2E
Complementary color
Monochromatic Colors of #FD4C2E
Black with #FD4C2E
Text Example
Text Example
White with #FD4C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C2E; }
p { color: rgb(253,76,46); }
H1.HeaderClassName
{
color: #FD4C2E;
}
.AnyTagClassName
{
color: #FD4C2E;
}
</style>
background-color css
<style>
a { background-color: #FD4C2E; }
a { background-color: rgb(253,76,46); }
div.DivClassName
{
background-color: #FD4C2E;
}
.BgClassName
{
background-color: #FD4C2E;
}
</style>
border-color css
<style>
span { border-color: #FD4C2E; }
span { border-color: rgb(253,76,46); }
td.TdClassName
{
border-color: #FD4C2E;
}
.TagClassName
{
border-color: #FD4C2E;
}
</style>