Shades of Sunset Orange #FD513A
Tints of Sunset Orange #FD513A
RGB
CMYK
RGB Variations
Color information
#FD513A (or 0xFD513A) is known color: Sunset Orange. HEX triplet: FD, 51 and 3A. RGB value is (253,81,58). Sum of RGB (Red+Green+Blue) = 253+81+58=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD513A is #02AEC5. Grayscale: #828282. Windows color (decimal): -175814 or 3822077. OLE color: 3822077.
HSL color Cylindrical-coordinate representation of color #FD513A: hue angle of 7.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD513A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 81 | 58 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.01 |
| HSL | 7.08º | 0.98% | 0.61% | - |
| HSV(B) | 7.08º | 0.77% | 0.99% | - |
| XYZ | 44.21 | 27.07 | 6.9 | - |
| YUV | 129.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 81 | 58 | 0 | 0.68 | 0.77 | 0.01 | 7.08 | 0.98 | 0.61 |
| Hex | FD | 51 | 3A | 0 | 44 | 4D | 1 | 7 | 62 | 3D |
| Octal | 375 | 121 | 72 | 0 | 104 | 115 | 1 | 7 | 142 | 75 |
| Binary | 11111101 | 1010001 | 111010 | 0 | 1000100 | 1001101 | 1 | 111 | 1100010 | 111101 |
Color Harmonies of #FD513A
Complementary color
Monochromatic Colors of #FD513A
Black with #FD513A
Text Example
Text Example
White with #FD513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD513A; }
p { color: rgb(253,81,58); }
H1.HeaderClassName
{
color: #FD513A;
}
.AnyTagClassName
{
color: #FD513A;
}
</style>
background-color css
<style>
a { background-color: #FD513A; }
a { background-color: rgb(253,81,58); }
div.DivClassName
{
background-color: #FD513A;
}
.BgClassName
{
background-color: #FD513A;
}
</style>
border-color css
<style>
span { border-color: #FD513A; }
span { border-color: rgb(253,81,58); }
td.TdClassName
{
border-color: #FD513A;
}
.TagClassName
{
border-color: #FD513A;
}
</style>