Shades of Sunset Orange #FD4D4A
Tints of Sunset Orange #FD4D4A
RGB
CMYK
RGB Variations
Color information
#FD4D4A (or 0xFD4D4A) is known color: Sunset Orange. HEX triplet: FD, 4D and 4A. RGB value is (253,77,74). Sum of RGB (Red+Green+Blue) = 253+77+74=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D4A is #02B2B5. Grayscale: #818181. Windows color (decimal): -176822 or 4869629. OLE color: 4869629.
HSL color Cylindrical-coordinate representation of color #FD4D4A: hue angle of 1.01º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4D4A is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 74 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.01 |
| HSL | 1.01º | 0.98% | 0.64% | - |
| HSV(B) | 1.01º | 0.71% | 0.99% | - |
| XYZ | 44.4 | 26.68 | 9.29 | - |
| YUV | 129.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 74 | 0 | 0.70 | 0.71 | 0.01 | 1.01 | 0.98 | 0.64 |
| Hex | FD | 4D | 4A | 0 | 46 | 47 | 1 | 1 | 62 | 40 |
| Octal | 375 | 115 | 112 | 0 | 106 | 107 | 1 | 1 | 142 | 100 |
| Binary | 11111101 | 1001101 | 1001010 | 0 | 1000110 | 1000111 | 1 | 1 | 1100010 | 1000000 |
Color Harmonies of #FD4D4A
Complementary color
Monochromatic Colors of #FD4D4A
Black with #FD4D4A
Text Example
Text Example
White with #FD4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D4A; }
p { color: rgb(253,77,74); }
H1.HeaderClassName
{
color: #FD4D4A;
}
.AnyTagClassName
{
color: #FD4D4A;
}
</style>
background-color css
<style>
a { background-color: #FD4D4A; }
a { background-color: rgb(253,77,74); }
div.DivClassName
{
background-color: #FD4D4A;
}
.BgClassName
{
background-color: #FD4D4A;
}
</style>
border-color css
<style>
span { border-color: #FD4D4A; }
span { border-color: rgb(253,77,74); }
td.TdClassName
{
border-color: #FD4D4A;
}
.TagClassName
{
border-color: #FD4D4A;
}
</style>