Shades of Bittersweet #FD765C
Tints of Bittersweet #FD765C
RGB
CMYK
RGB Variations
Color information
#FD765C (or 0xFD765C) is known color: Bittersweet. HEX triplet: FD, 76 and 5C. RGB value is (253,118,92). Sum of RGB (Red+Green+Blue) = 253+118+92=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD765C is #0289A3. Grayscale: #9B9B9B. Windows color (decimal): -166308 or 6059773. OLE color: 6059773.
HSL color Cylindrical-coordinate representation of color #FD765C: hue angle of 9.69º 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 #FD765C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 92 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.01 |
| HSL | 9.69º | 0.98% | 0.68% | - |
| HSV(B) | 9.69º | 0.64% | 0.99% | - |
| XYZ | 48.92 | 34.61 | 14.23 | - |
| YUV | 155.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 92 | 0 | 0.53 | 0.64 | 0.01 | 9.69 | 0.98 | 0.68 |
| Hex | FD | 76 | 5C | 0 | 35 | 40 | 1 | A | 62 | 44 |
| Octal | 375 | 166 | 134 | 0 | 65 | 100 | 1 | 12 | 142 | 104 |
| Binary | 11111101 | 1110110 | 1011100 | 0 | 110101 | 1000000 | 1 | 1010 | 1100010 | 1000100 |
Color Harmonies of #FD765C
Complementary color
Monochromatic Colors of #FD765C
Black with #FD765C
Text Example
Text Example
White with #FD765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD765C; }
p { color: rgb(253,118,92); }
H1.HeaderClassName
{
color: #FD765C;
}
.AnyTagClassName
{
color: #FD765C;
}
</style>
background-color css
<style>
a { background-color: #FD765C; }
a { background-color: rgb(253,118,92); }
div.DivClassName
{
background-color: #FD765C;
}
.BgClassName
{
background-color: #FD765C;
}
</style>
border-color css
<style>
span { border-color: #FD765C; }
span { border-color: rgb(253,118,92); }
td.TdClassName
{
border-color: #FD765C;
}
.TagClassName
{
border-color: #FD765C;
}
</style>