Shades of Bittersweet #FB655D
Tints of Bittersweet #FB655D
RGB
CMYK
RGB Variations
Color information
#FB655D (or 0xFB655D) is known color: Bittersweet. HEX triplet: FB, 65 and 5D. RGB value is (251,101,93). Sum of RGB (Red+Green+Blue) = 251+101+93=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB655D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB655D is #049AA2. Grayscale: #919191. Windows color (decimal): -301731 or 6120955. OLE color: 6120955.
HSL color Cylindrical-coordinate representation of color #FB655D: hue angle of 3.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB655D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 93 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.02 |
| HSL | 3.04º | 0.95% | 0.67% | - |
| HSV(B) | 3.04º | 0.63% | 0.98% | - |
| XYZ | 46.41 | 30.61 | 13.82 | - |
| YUV | 144.94 | 98.7 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 93 | 0 | 0.60 | 0.63 | 0.02 | 3.04 | 0.95 | 0.67 |
| Hex | FB | 65 | 5D | 0 | 3C | 3F | 2 | 3 | 5F | 43 |
| Octal | 373 | 145 | 135 | 0 | 74 | 77 | 2 | 3 | 137 | 103 |
| Binary | 11111011 | 1100101 | 1011101 | 0 | 111100 | 111111 | 10 | 11 | 1011111 | 1000011 |
Color Harmonies of #FB655D
Complementary color
Monochromatic Colors of #FB655D
Black with #FB655D
Text Example
Text Example
White with #FB655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB655D; }
p { color: rgb(251,101,93); }
H1.HeaderClassName
{
color: #FB655D;
}
.AnyTagClassName
{
color: #FB655D;
}
</style>
background-color css
<style>
a { background-color: #FB655D; }
a { background-color: rgb(251,101,93); }
div.DivClassName
{
background-color: #FB655D;
}
.BgClassName
{
background-color: #FB655D;
}
</style>
border-color css
<style>
span { border-color: #FB655D; }
span { border-color: rgb(251,101,93); }
td.TdClassName
{
border-color: #FB655D;
}
.TagClassName
{
border-color: #FB655D;
}
</style>