Shades of Bittersweet #FD765A
Tints of Bittersweet #FD765A
RGB
CMYK
RGB Variations
Color information
#FD765A (or 0xFD765A) is known color: Bittersweet. HEX triplet: FD, 76 and 5A. RGB value is (253,118,90). Sum of RGB (Red+Green+Blue) = 253+118+90=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD765A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD765A is #0289A5. Grayscale: #9B9B9B. Windows color (decimal): -166310 or 5928701. OLE color: 5928701.
HSL color Cylindrical-coordinate representation of color #FD765A: hue angle of 10.31º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD765A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 90 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.01 |
| HSL | 10.31º | 0.98% | 0.67% | - |
| HSV(B) | 10.31º | 0.64% | 0.99% | - |
| XYZ | 48.83 | 34.58 | 13.77 | - |
| YUV | 155.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 90 | 0 | 0.53 | 0.64 | 0.01 | 10.31 | 0.98 | 0.67 |
| Hex | FD | 76 | 5A | 0 | 35 | 40 | 1 | A | 62 | 43 |
| Octal | 375 | 166 | 132 | 0 | 65 | 100 | 1 | 12 | 142 | 103 |
| Binary | 11111101 | 1110110 | 1011010 | 0 | 110101 | 1000000 | 1 | 1010 | 1100010 | 1000011 |
Color Harmonies of #FD765A
Complementary color
Monochromatic Colors of #FD765A
Black with #FD765A
Text Example
Text Example
White with #FD765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD765A; }
p { color: rgb(253,118,90); }
H1.HeaderClassName
{
color: #FD765A;
}
.AnyTagClassName
{
color: #FD765A;
}
</style>
background-color css
<style>
a { background-color: #FD765A; }
a { background-color: rgb(253,118,90); }
div.DivClassName
{
background-color: #FD765A;
}
.BgClassName
{
background-color: #FD765A;
}
</style>
border-color css
<style>
span { border-color: #FD765A; }
span { border-color: rgb(253,118,90); }
td.TdClassName
{
border-color: #FD765A;
}
.TagClassName
{
border-color: #FD765A;
}
</style>