Shades of Bittersweet #FB685D
Tints of Bittersweet #FB685D
RGB
CMYK
RGB Variations
Color information
#FB685D (or 0xFB685D) is known color: Bittersweet. HEX triplet: FB, 68 and 5D. RGB value is (251,104,93). Sum of RGB (Red+Green+Blue) = 251+104+93=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB685D is #0497A2. Grayscale: #929292. Windows color (decimal): -300963 or 6121723. OLE color: 6121723.
HSL color Cylindrical-coordinate representation of color #FB685D: hue angle of 4.18º 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 #FB685D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 93 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.02 |
| HSL | 4.18º | 0.95% | 0.67% | - |
| HSV(B) | 4.18º | 0.63% | 0.98% | - |
| XYZ | 46.71 | 31.2 | 13.92 | - |
| YUV | 146.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 93 | 0 | 0.59 | 0.63 | 0.02 | 4.18 | 0.95 | 0.67 |
| Hex | FB | 68 | 5D | 0 | 3B | 3F | 2 | 4 | 5F | 43 |
| Octal | 373 | 150 | 135 | 0 | 73 | 77 | 2 | 4 | 137 | 103 |
| Binary | 11111011 | 1101000 | 1011101 | 0 | 111011 | 111111 | 10 | 100 | 1011111 | 1000011 |
Color Harmonies of #FB685D
Complementary color
Monochromatic Colors of #FB685D
Black with #FB685D
Text Example
Text Example
White with #FB685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB685D; }
p { color: rgb(251,104,93); }
H1.HeaderClassName
{
color: #FB685D;
}
.AnyTagClassName
{
color: #FB685D;
}
</style>
background-color css
<style>
a { background-color: #FB685D; }
a { background-color: rgb(251,104,93); }
div.DivClassName
{
background-color: #FB685D;
}
.BgClassName
{
background-color: #FB685D;
}
</style>
border-color css
<style>
span { border-color: #FB685D; }
span { border-color: rgb(251,104,93); }
td.TdClassName
{
border-color: #FB685D;
}
.TagClassName
{
border-color: #FB685D;
}
</style>