Shades of Bittersweet #FB7353
Tints of Bittersweet #FB7353
RGB
CMYK
RGB Variations
Color information
#FB7353 (or 0xFB7353) is known color: Bittersweet. HEX triplet: FB, 73 and 53. RGB value is (251,115,83). Sum of RGB (Red+Green+Blue) = 251+115+83=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7353 is #048CAC. Grayscale: #989898. Windows color (decimal): -298157 or 5469179. OLE color: 5469179.
HSL color Cylindrical-coordinate representation of color #FB7353: hue angle of 11.43º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB7353 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 83 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.02 |
| HSL | 11.43º | 0.95% | 0.65% | - |
| HSV(B) | 11.43º | 0.67% | 0.98% | - |
| XYZ | 47.48 | 33.4 | 12.13 | - |
| YUV | 152.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 83 | 0 | 0.54 | 0.67 | 0.02 | 11.43 | 0.95 | 0.65 |
| Hex | FB | 73 | 53 | 0 | 36 | 43 | 2 | B | 5F | 41 |
| Octal | 373 | 163 | 123 | 0 | 66 | 103 | 2 | 13 | 137 | 101 |
| Binary | 11111011 | 1110011 | 1010011 | 0 | 110110 | 1000011 | 10 | 1011 | 1011111 | 1000001 |
Color Harmonies of #FB7353
Complementary color
Monochromatic Colors of #FB7353
Black with #FB7353
Text Example
Text Example
White with #FB7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7353; }
p { color: rgb(251,115,83); }
H1.HeaderClassName
{
color: #FB7353;
}
.AnyTagClassName
{
color: #FB7353;
}
</style>
background-color css
<style>
a { background-color: #FB7353; }
a { background-color: rgb(251,115,83); }
div.DivClassName
{
background-color: #FB7353;
}
.BgClassName
{
background-color: #FB7353;
}
</style>
border-color css
<style>
span { border-color: #FB7353; }
span { border-color: rgb(251,115,83); }
td.TdClassName
{
border-color: #FB7353;
}
.TagClassName
{
border-color: #FB7353;
}
</style>