Shades of Sunset Orange #FD514D
Tints of Sunset Orange #FD514D
RGB
CMYK
RGB Variations
Color information
#FD514D (or 0xFD514D) is known color: Sunset Orange. HEX triplet: FD, 51 and 4D. RGB value is (253,81,77). Sum of RGB (Red+Green+Blue) = 253+81+77=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD514D is #02AEB2. Grayscale: #848484. Windows color (decimal): -175795 or 5067261. OLE color: 5067261.
HSL color Cylindrical-coordinate representation of color #FD514D: hue angle of 1.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD514D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 77 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.01 |
| HSL | 1.36º | 0.98% | 0.65% | - |
| HSV(B) | 1.36º | 0.7% | 0.99% | - |
| XYZ | 44.79 | 27.3 | 9.93 | - |
| YUV | 131.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 77 | 0 | 0.68 | 0.70 | 0.01 | 1.36 | 0.98 | 0.65 |
| Hex | FD | 51 | 4D | 0 | 44 | 46 | 1 | 1 | 62 | 41 |
| Octal | 375 | 121 | 115 | 0 | 104 | 106 | 1 | 1 | 142 | 101 |
| Binary | 11111101 | 1010001 | 1001101 | 0 | 1000100 | 1000110 | 1 | 1 | 1100010 | 1000001 |
Color Harmonies of #FD514D
Complementary color
Monochromatic Colors of #FD514D
Black with #FD514D
Text Example
Text Example
White with #FD514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD514D; }
p { color: rgb(253,81,77); }
H1.HeaderClassName
{
color: #FD514D;
}
.AnyTagClassName
{
color: #FD514D;
}
</style>
background-color css
<style>
a { background-color: #FD514D; }
a { background-color: rgb(253,81,77); }
div.DivClassName
{
background-color: #FD514D;
}
.BgClassName
{
background-color: #FD514D;
}
</style>
border-color css
<style>
span { border-color: #FD514D; }
span { border-color: rgb(253,81,77); }
td.TdClassName
{
border-color: #FD514D;
}
.TagClassName
{
border-color: #FD514D;
}
</style>