Shades of Bittersweet #FD655B
Tints of Bittersweet #FD655B
RGB
CMYK
RGB Variations
Color information
#FD655B (or 0xFD655B) is known color: Bittersweet. HEX triplet: FD, 65 and 5B. RGB value is (253,101,91). Sum of RGB (Red+Green+Blue) = 253+101+91=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD655B is #029AA4. Grayscale: #919191. Windows color (decimal): -170661 or 5989885. OLE color: 5989885.
HSL color Cylindrical-coordinate representation of color #FD655B: hue angle of 3.7º 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 #FD655B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 91 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.01 |
| HSL | 3.7º | 0.98% | 0.67% | - |
| HSV(B) | 3.7º | 0.64% | 0.99% | - |
| XYZ | 47.05 | 30.95 | 13.39 | - |
| YUV | 145.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 91 | 0 | 0.60 | 0.64 | 0.01 | 3.7 | 0.98 | 0.67 |
| Hex | FD | 65 | 5B | 0 | 3C | 40 | 1 | 4 | 62 | 43 |
| Octal | 375 | 145 | 133 | 0 | 74 | 100 | 1 | 4 | 142 | 103 |
| Binary | 11111101 | 1100101 | 1011011 | 0 | 111100 | 1000000 | 1 | 100 | 1100010 | 1000011 |
Color Harmonies of #FD655B
Complementary color
Monochromatic Colors of #FD655B
Black with #FD655B
Text Example
Text Example
White with #FD655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD655B; }
p { color: rgb(253,101,91); }
H1.HeaderClassName
{
color: #FD655B;
}
.AnyTagClassName
{
color: #FD655B;
}
</style>
background-color css
<style>
a { background-color: #FD655B; }
a { background-color: rgb(253,101,91); }
div.DivClassName
{
background-color: #FD655B;
}
.BgClassName
{
background-color: #FD655B;
}
</style>
border-color css
<style>
span { border-color: #FD655B; }
span { border-color: rgb(253,101,91); }
td.TdClassName
{
border-color: #FD655B;
}
.TagClassName
{
border-color: #FD655B;
}
</style>