Shades of Bittersweet #FD6A5C
Tints of Bittersweet #FD6A5C
RGB
CMYK
RGB Variations
Color information
#FD6A5C (or 0xFD6A5C) is known color: Bittersweet. HEX triplet: FD, 6A and 5C. RGB value is (253,106,92). Sum of RGB (Red+Green+Blue) = 253+106+92=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A5C is #0295A3. Grayscale: #949494. Windows color (decimal): -169380 or 6056701. OLE color: 6056701.
HSL color Cylindrical-coordinate representation of color #FD6A5C: hue angle of 5.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD6A5C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 92 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.01 |
| HSL | 5.22º | 0.98% | 0.68% | - |
| HSV(B) | 5.22º | 0.64% | 0.99% | - |
| XYZ | 47.59 | 31.96 | 13.79 | - |
| YUV | 148.36 | 96.2 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 92 | 0 | 0.58 | 0.64 | 0.01 | 5.22 | 0.98 | 0.68 |
| Hex | FD | 6A | 5C | 0 | 3A | 40 | 1 | 5 | 62 | 44 |
| Octal | 375 | 152 | 134 | 0 | 72 | 100 | 1 | 5 | 142 | 104 |
| Binary | 11111101 | 1101010 | 1011100 | 0 | 111010 | 1000000 | 1 | 101 | 1100010 | 1000100 |
Color Harmonies of #FD6A5C
Complementary color
Monochromatic Colors of #FD6A5C
Black with #FD6A5C
Text Example
Text Example
White with #FD6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A5C; }
p { color: rgb(253,106,92); }
H1.HeaderClassName
{
color: #FD6A5C;
}
.AnyTagClassName
{
color: #FD6A5C;
}
</style>
background-color css
<style>
a { background-color: #FD6A5C; }
a { background-color: rgb(253,106,92); }
div.DivClassName
{
background-color: #FD6A5C;
}
.BgClassName
{
background-color: #FD6A5C;
}
</style>
border-color css
<style>
span { border-color: #FD6A5C; }
span { border-color: rgb(253,106,92); }
td.TdClassName
{
border-color: #FD6A5C;
}
.TagClassName
{
border-color: #FD6A5C;
}
</style>