Shades of Bittersweet #FD755C
Tints of Bittersweet #FD755C
RGB
CMYK
RGB Variations
Color information
#FD755C (or 0xFD755C) is known color: Bittersweet. HEX triplet: FD, 75 and 5C. RGB value is (253,117,92). Sum of RGB (Red+Green+Blue) = 253+117+92=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD755C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD755C is #028AA3. Grayscale: #9B9B9B. Windows color (decimal): -166564 or 6059517. OLE color: 6059517.
HSL color Cylindrical-coordinate representation of color #FD755C: hue angle of 9.32º 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 #FD755C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 92 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.01 |
| HSL | 9.32º | 0.98% | 0.68% | - |
| HSV(B) | 9.32º | 0.64% | 0.99% | - |
| XYZ | 48.8 | 34.38 | 14.19 | - |
| YUV | 154.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 92 | 0 | 0.54 | 0.64 | 0.01 | 9.32 | 0.98 | 0.68 |
| Hex | FD | 75 | 5C | 0 | 36 | 40 | 1 | 9 | 62 | 44 |
| Octal | 375 | 165 | 134 | 0 | 66 | 100 | 1 | 11 | 142 | 104 |
| Binary | 11111101 | 1110101 | 1011100 | 0 | 110110 | 1000000 | 1 | 1001 | 1100010 | 1000100 |
Color Harmonies of #FD755C
Complementary color
Monochromatic Colors of #FD755C
Black with #FD755C
Text Example
Text Example
White with #FD755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD755C; }
p { color: rgb(253,117,92); }
H1.HeaderClassName
{
color: #FD755C;
}
.AnyTagClassName
{
color: #FD755C;
}
</style>
background-color css
<style>
a { background-color: #FD755C; }
a { background-color: rgb(253,117,92); }
div.DivClassName
{
background-color: #FD755C;
}
.BgClassName
{
background-color: #FD755C;
}
</style>
border-color css
<style>
span { border-color: #FD755C; }
span { border-color: rgb(253,117,92); }
td.TdClassName
{
border-color: #FD755C;
}
.TagClassName
{
border-color: #FD755C;
}
</style>