Shades of Bittersweet #FD7B64
Tints of Bittersweet #FD7B64
RGB
CMYK
RGB Variations
Color information
#FD7B64 (or 0xFD7B64) is known color: Bittersweet. HEX triplet: FD, 7B and 64. RGB value is (253,123,100). Sum of RGB (Red+Green+Blue) = 253+123+100=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7B64 is #02849B. Grayscale: #9F9F9F. Windows color (decimal): -165020 or 6585341. OLE color: 6585341.
HSL color Cylindrical-coordinate representation of color #FD7B64: hue angle of 9.02º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7B64 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 100 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.01 |
| HSL | 9.02º | 0.97% | 0.69% | - |
| HSV(B) | 9.02º | 0.6% | 0.99% | - |
| XYZ | 49.89 | 35.97 | 16.37 | - |
| YUV | 159.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 100 | 0 | 0.51 | 0.60 | 0.01 | 9.02 | 0.97 | 0.69 |
| Hex | FD | 7B | 64 | 0 | 33 | 3C | 1 | 9 | 61 | 45 |
| Octal | 375 | 173 | 144 | 0 | 63 | 74 | 1 | 11 | 141 | 105 |
| Binary | 11111101 | 1111011 | 1100100 | 0 | 110011 | 111100 | 1 | 1001 | 1100001 | 1000101 |
Color Harmonies of #FD7B64
Complementary color
Monochromatic Colors of #FD7B64
Black with #FD7B64
Text Example
Text Example
White with #FD7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B64; }
p { color: rgb(253,123,100); }
H1.HeaderClassName
{
color: #FD7B64;
}
.AnyTagClassName
{
color: #FD7B64;
}
</style>
background-color css
<style>
a { background-color: #FD7B64; }
a { background-color: rgb(253,123,100); }
div.DivClassName
{
background-color: #FD7B64;
}
.BgClassName
{
background-color: #FD7B64;
}
</style>
border-color css
<style>
span { border-color: #FD7B64; }
span { border-color: rgb(253,123,100); }
td.TdClassName
{
border-color: #FD7B64;
}
.TagClassName
{
border-color: #FD7B64;
}
</style>