Shades of Bittersweet #FD655F
Tints of Bittersweet #FD655F
RGB
CMYK
RGB Variations
Color information
#FD655F (or 0xFD655F) is known color: Bittersweet. HEX triplet: FD, 65 and 5F. RGB value is (253,101,95). Sum of RGB (Red+Green+Blue) = 253+101+95=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD655F is #029AA0. Grayscale: #919191. Windows color (decimal): -170657 or 6252029. OLE color: 6252029.
HSL color Cylindrical-coordinate representation of color #FD655F: hue angle of 2.28º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD655F is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 95 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.01 |
| HSL | 2.28º | 0.98% | 0.68% | - |
| HSV(B) | 2.28º | 0.62% | 0.99% | - |
| XYZ | 47.23 | 31.02 | 14.32 | - |
| YUV | 145.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 95 | 0 | 0.60 | 0.62 | 0.01 | 2.28 | 0.98 | 0.68 |
| Hex | FD | 65 | 5F | 0 | 3C | 3E | 1 | 2 | 62 | 44 |
| Octal | 375 | 145 | 137 | 0 | 74 | 76 | 1 | 2 | 142 | 104 |
| Binary | 11111101 | 1100101 | 1011111 | 0 | 111100 | 111110 | 1 | 10 | 1100010 | 1000100 |
Color Harmonies of #FD655F
Complementary color
Monochromatic Colors of #FD655F
Black with #FD655F
Text Example
Text Example
White with #FD655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD655F; }
p { color: rgb(253,101,95); }
H1.HeaderClassName
{
color: #FD655F;
}
.AnyTagClassName
{
color: #FD655F;
}
</style>
background-color css
<style>
a { background-color: #FD655F; }
a { background-color: rgb(253,101,95); }
div.DivClassName
{
background-color: #FD655F;
}
.BgClassName
{
background-color: #FD655F;
}
</style>
border-color css
<style>
span { border-color: #FD655F; }
span { border-color: rgb(253,101,95); }
td.TdClassName
{
border-color: #FD655F;
}
.TagClassName
{
border-color: #FD655F;
}
</style>