Shades of Sunset Orange #FD4D4D
Tints of Sunset Orange #FD4D4D
RGB
CMYK
RGB Variations
Color information
#FD4D4D (or 0xFD4D4D) is known color: Sunset Orange. HEX triplet: FD, 4D and 4D. RGB value is (253,77,77). Sum of RGB (Red+Green+Blue) = 253+77+77=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D4D is #02B2B2. Grayscale: #818181. Windows color (decimal): -176819 or 5066237. OLE color: 5066237.
HSL color Cylindrical-coordinate representation of color #FD4D4D: hue angle of 0º 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 #FD4D4D is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 77 | 77 | - |
CMYK | 0 | 0.70 | 0.70 | 0.01 |
HSL | 0º | 0.98% | 0.65% | - |
HSV(B) | 0º | 0.7% | 0.99% | - |
XYZ | 44.5 | 26.73 | 9.83 | - |
YUV | 129.62 | 98.31 | 216 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 77 | 77 | 0 | 0.70 | 0.70 | 0.01 | 0 | 0.98 | 0.65 |
Hex | FD | 4D | 4D | 0 | 46 | 46 | 1 | 0 | 62 | 41 |
Octal | 375 | 115 | 115 | 0 | 106 | 106 | 1 | 0 | 142 | 101 |
Binary | 11111101 | 1001101 | 1001101 | 0 | 1000110 | 1000110 | 1 | 0 | 1100010 | 1000001 |
Color Harmonies of #FD4D4D
Complementary color
Monochromatic Colors of #FD4D4D
Black with #FD4D4D
Text Example
Text Example
White with #FD4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D4D; }
p { color: rgb(253,77,77); }
H1.HeaderClassName
{
color: #FD4D4D;
}
.AnyTagClassName
{
color: #FD4D4D;
}
</style>
background-color css
<style>
a { background-color: #FD4D4D; }
a { background-color: rgb(253,77,77); }
div.DivClassName
{
background-color: #FD4D4D;
}
.BgClassName
{
background-color: #FD4D4D;
}
</style>
border-color css
<style>
span { border-color: #FD4D4D; }
span { border-color: rgb(253,77,77); }
td.TdClassName
{
border-color: #FD4D4D;
}
.TagClassName
{
border-color: #FD4D4D;
}
</style>