Shades of Bittersweet #FD785C
Tints of Bittersweet #FD785C
RGB
CMYK
RGB Variations
Color information
#FD785C (or 0xFD785C) is known color: Bittersweet. HEX triplet: FD, 78 and 5C. RGB value is (253,120,92). Sum of RGB (Red+Green+Blue) = 253+120+92=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD785C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD785C is #0287A3. Grayscale: #9C9C9C. Windows color (decimal): -165796 or 6060285. OLE color: 6060285.
HSL color Cylindrical-coordinate representation of color #FD785C: hue angle of 10.43º 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 #FD785C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 120 | 92 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.01 |
| HSL | 10.43º | 0.98% | 0.68% | - |
| HSV(B) | 10.43º | 0.64% | 0.99% | - |
| XYZ | 49.16 | 35.09 | 14.31 | - |
| YUV | 156.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 120 | 92 | 0 | 0.53 | 0.64 | 0.01 | 10.43 | 0.98 | 0.68 |
| Hex | FD | 78 | 5C | 0 | 35 | 40 | 1 | A | 62 | 44 |
| Octal | 375 | 170 | 134 | 0 | 65 | 100 | 1 | 12 | 142 | 104 |
| Binary | 11111101 | 1111000 | 1011100 | 0 | 110101 | 1000000 | 1 | 1010 | 1100010 | 1000100 |
Color Harmonies of #FD785C
Complementary color
Monochromatic Colors of #FD785C
Black with #FD785C
Text Example
Text Example
White with #FD785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD785C; }
p { color: rgb(253,120,92); }
H1.HeaderClassName
{
color: #FD785C;
}
.AnyTagClassName
{
color: #FD785C;
}
</style>
background-color css
<style>
a { background-color: #FD785C; }
a { background-color: rgb(253,120,92); }
div.DivClassName
{
background-color: #FD785C;
}
.BgClassName
{
background-color: #FD785C;
}
</style>
border-color css
<style>
span { border-color: #FD785C; }
span { border-color: rgb(253,120,92); }
td.TdClassName
{
border-color: #FD785C;
}
.TagClassName
{
border-color: #FD785C;
}
</style>