Shades of Bittersweet #FB7B5C
Tints of Bittersweet #FB7B5C
RGB
CMYK
RGB Variations
Color information
#FB7B5C (or 0xFB7B5C) is known color: Bittersweet. HEX triplet: FB, 7B and 5C. RGB value is (251,123,92). Sum of RGB (Red+Green+Blue) = 251+123+92=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7B5C is #0484A3. Grayscale: #9D9D9D. Windows color (decimal): -296100 or 6061051. OLE color: 6061051.
HSL color Cylindrical-coordinate representation of color #FB7B5C: hue angle of 11.7º 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 #FB7B5C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 92 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.02 |
| HSL | 11.7º | 0.95% | 0.67% | - |
| HSV(B) | 11.7º | 0.63% | 0.98% | - |
| XYZ | 48.8 | 35.45 | 14.4 | - |
| YUV | 157.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 92 | 0 | 0.51 | 0.63 | 0.02 | 11.7 | 0.95 | 0.67 |
| Hex | FB | 7B | 5C | 0 | 33 | 3F | 2 | C | 5F | 43 |
| Octal | 373 | 173 | 134 | 0 | 63 | 77 | 2 | 14 | 137 | 103 |
| Binary | 11111011 | 1111011 | 1011100 | 0 | 110011 | 111111 | 10 | 1100 | 1011111 | 1000011 |
Color Harmonies of #FB7B5C
Complementary color
Monochromatic Colors of #FB7B5C
Black with #FB7B5C
Text Example
Text Example
White with #FB7B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B5C; }
p { color: rgb(251,123,92); }
H1.HeaderClassName
{
color: #FB7B5C;
}
.AnyTagClassName
{
color: #FB7B5C;
}
</style>
background-color css
<style>
a { background-color: #FB7B5C; }
a { background-color: rgb(251,123,92); }
div.DivClassName
{
background-color: #FB7B5C;
}
.BgClassName
{
background-color: #FB7B5C;
}
</style>
border-color css
<style>
span { border-color: #FB7B5C; }
span { border-color: rgb(251,123,92); }
td.TdClassName
{
border-color: #FB7B5C;
}
.TagClassName
{
border-color: #FB7B5C;
}
</style>