Shades of Bittersweet #FD7A5E
Tints of Bittersweet #FD7A5E
RGB
CMYK
RGB Variations
Color information
#FD7A5E (or 0xFD7A5E) is known color: Bittersweet. HEX triplet: FD, 7A and 5E. RGB value is (253,122,94). Sum of RGB (Red+Green+Blue) = 253+122+94=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A5E is #0285A1. Grayscale: #9E9E9E. Windows color (decimal): -165282 or 6191869. OLE color: 6191869.
HSL color Cylindrical-coordinate representation of color #FD7A5E: hue angle of 10.57º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD7A5E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 94 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.01 |
| HSL | 10.57º | 0.98% | 0.68% | - |
| HSV(B) | 10.57º | 0.63% | 0.99% | - |
| XYZ | 49.49 | 35.61 | 14.85 | - |
| YUV | 157.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 94 | 0 | 0.52 | 0.63 | 0.01 | 10.57 | 0.98 | 0.68 |
| Hex | FD | 7A | 5E | 0 | 34 | 3F | 1 | B | 62 | 44 |
| Octal | 375 | 172 | 136 | 0 | 64 | 77 | 1 | 13 | 142 | 104 |
| Binary | 11111101 | 1111010 | 1011110 | 0 | 110100 | 111111 | 1 | 1011 | 1100010 | 1000100 |
Color Harmonies of #FD7A5E
Complementary color
Monochromatic Colors of #FD7A5E
Black with #FD7A5E
Text Example
Text Example
White with #FD7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A5E; }
p { color: rgb(253,122,94); }
H1.HeaderClassName
{
color: #FD7A5E;
}
.AnyTagClassName
{
color: #FD7A5E;
}
</style>
background-color css
<style>
a { background-color: #FD7A5E; }
a { background-color: rgb(253,122,94); }
div.DivClassName
{
background-color: #FD7A5E;
}
.BgClassName
{
background-color: #FD7A5E;
}
</style>
border-color css
<style>
span { border-color: #FD7A5E; }
span { border-color: rgb(253,122,94); }
td.TdClassName
{
border-color: #FD7A5E;
}
.TagClassName
{
border-color: #FD7A5E;
}
</style>