Shades of Sunset Orange #FD524D
Tints of Sunset Orange #FD524D
RGB
CMYK
RGB Variations
Color information
#FD524D (or 0xFD524D) is known color: Sunset Orange. HEX triplet: FD, 52 and 4D. RGB value is (253,82,77). Sum of RGB (Red+Green+Blue) = 253+82+77=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD524D is #02ADB2. Grayscale: #848484. Windows color (decimal): -175539 or 5067517. OLE color: 5067517.
HSL color Cylindrical-coordinate representation of color #FD524D: hue angle of 1.7º 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 #FD524D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 77 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.01 |
| HSL | 1.7º | 0.98% | 0.65% | - |
| HSV(B) | 1.7º | 0.7% | 0.99% | - |
| XYZ | 44.86 | 27.45 | 9.96 | - |
| YUV | 132.56 | 96.65 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 77 | 0 | 0.68 | 0.70 | 0.01 | 1.7 | 0.98 | 0.65 |
| Hex | FD | 52 | 4D | 0 | 44 | 46 | 1 | 2 | 62 | 41 |
| Octal | 375 | 122 | 115 | 0 | 104 | 106 | 1 | 2 | 142 | 101 |
| Binary | 11111101 | 1010010 | 1001101 | 0 | 1000100 | 1000110 | 1 | 10 | 1100010 | 1000001 |
Color Harmonies of #FD524D
Complementary color
Monochromatic Colors of #FD524D
Black with #FD524D
Text Example
Text Example
White with #FD524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD524D; }
p { color: rgb(253,82,77); }
H1.HeaderClassName
{
color: #FD524D;
}
.AnyTagClassName
{
color: #FD524D;
}
</style>
background-color css
<style>
a { background-color: #FD524D; }
a { background-color: rgb(253,82,77); }
div.DivClassName
{
background-color: #FD524D;
}
.BgClassName
{
background-color: #FD524D;
}
</style>
border-color css
<style>
span { border-color: #FD524D; }
span { border-color: rgb(253,82,77); }
td.TdClassName
{
border-color: #FD524D;
}
.TagClassName
{
border-color: #FD524D;
}
</style>