Shades of Bittersweet #FD775C
Tints of Bittersweet #FD775C
RGB
CMYK
RGB Variations
Color information
#FD775C (or 0xFD775C) is known color: Bittersweet. HEX triplet: FD, 77 and 5C. RGB value is (253,119,92). Sum of RGB (Red+Green+Blue) = 253+119+92=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD775C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD775C is #0288A3. Grayscale: #9C9C9C. Windows color (decimal): -166052 or 6060029. OLE color: 6060029.
HSL color Cylindrical-coordinate representation of color #FD775C: hue angle of 10.06º 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 #FD775C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 92 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.01 |
| HSL | 10.06º | 0.98% | 0.68% | - |
| HSV(B) | 10.06º | 0.64% | 0.99% | - |
| XYZ | 49.04 | 34.85 | 14.27 | - |
| YUV | 155.99 | 91.89 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 92 | 0 | 0.53 | 0.64 | 0.01 | 10.06 | 0.98 | 0.68 |
| Hex | FD | 77 | 5C | 0 | 35 | 40 | 1 | A | 62 | 44 |
| Octal | 375 | 167 | 134 | 0 | 65 | 100 | 1 | 12 | 142 | 104 |
| Binary | 11111101 | 1110111 | 1011100 | 0 | 110101 | 1000000 | 1 | 1010 | 1100010 | 1000100 |
Color Harmonies of #FD775C
Complementary color
Monochromatic Colors of #FD775C
Black with #FD775C
Text Example
Text Example
White with #FD775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD775C; }
p { color: rgb(253,119,92); }
H1.HeaderClassName
{
color: #FD775C;
}
.AnyTagClassName
{
color: #FD775C;
}
</style>
background-color css
<style>
a { background-color: #FD775C; }
a { background-color: rgb(253,119,92); }
div.DivClassName
{
background-color: #FD775C;
}
.BgClassName
{
background-color: #FD775C;
}
</style>
border-color css
<style>
span { border-color: #FD775C; }
span { border-color: rgb(253,119,92); }
td.TdClassName
{
border-color: #FD775C;
}
.TagClassName
{
border-color: #FD775C;
}
</style>