Shades of Sunset Orange #FD4D3D
Tints of Sunset Orange #FD4D3D
RGB
CMYK
RGB Variations
Color information
#FD4D3D (or 0xFD4D3D) is known color: Sunset Orange. HEX triplet: FD, 4D and 3D. RGB value is (253,77,61). Sum of RGB (Red+Green+Blue) = 253+77+61=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D3D is #02B2C2. Grayscale: #808080. Windows color (decimal): -176835 or 4017661. OLE color: 4017661.
HSL color Cylindrical-coordinate representation of color #FD4D3D: hue angle of 5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD4D3D is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 61 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.01 |
| HSL | 5º | 0.98% | 0.62% | - |
| HSV(B) | 5º | 0.76% | 0.99% | - |
| XYZ | 44 | 26.53 | 7.22 | - |
| YUV | 127.8 | 90.31 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 61 | 0 | 0.70 | 0.76 | 0.01 | 5 | 0.98 | 0.62 |
| Hex | FD | 4D | 3D | 0 | 46 | 4C | 1 | 5 | 62 | 3E |
| Octal | 375 | 115 | 75 | 0 | 106 | 114 | 1 | 5 | 142 | 76 |
| Binary | 11111101 | 1001101 | 111101 | 0 | 1000110 | 1001100 | 1 | 101 | 1100010 | 111110 |
Color Harmonies of #FD4D3D
Complementary color
Monochromatic Colors of #FD4D3D
Black with #FD4D3D
Text Example
Text Example
White with #FD4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D3D; }
p { color: rgb(253,77,61); }
H1.HeaderClassName
{
color: #FD4D3D;
}
.AnyTagClassName
{
color: #FD4D3D;
}
</style>
background-color css
<style>
a { background-color: #FD4D3D; }
a { background-color: rgb(253,77,61); }
div.DivClassName
{
background-color: #FD4D3D;
}
.BgClassName
{
background-color: #FD4D3D;
}
</style>
border-color css
<style>
span { border-color: #FD4D3D; }
span { border-color: rgb(253,77,61); }
td.TdClassName
{
border-color: #FD4D3D;
}
.TagClassName
{
border-color: #FD4D3D;
}
</style>