Shades of Bittersweet #FB7053
Tints of Bittersweet #FB7053
RGB
CMYK
RGB Variations
Color information
#FB7053 (or 0xFB7053) is known color: Bittersweet. HEX triplet: FB, 70 and 53. RGB value is (251,112,83). Sum of RGB (Red+Green+Blue) = 251+112+83=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7053 is #048FAC. Grayscale: #969696. Windows color (decimal): -298925 or 5468411. OLE color: 5468411.
HSL color Cylindrical-coordinate representation of color #FB7053: hue angle of 10.36º 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 #FB7053 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 83 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.02 |
| HSL | 10.36º | 0.95% | 0.65% | - |
| HSV(B) | 10.36º | 0.67% | 0.98% | - |
| XYZ | 47.14 | 32.72 | 12.02 | - |
| YUV | 150.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 83 | 0 | 0.55 | 0.67 | 0.02 | 10.36 | 0.95 | 0.65 |
| Hex | FB | 70 | 53 | 0 | 37 | 43 | 2 | A | 5F | 41 |
| Octal | 373 | 160 | 123 | 0 | 67 | 103 | 2 | 12 | 137 | 101 |
| Binary | 11111011 | 1110000 | 1010011 | 0 | 110111 | 1000011 | 10 | 1010 | 1011111 | 1000001 |
Color Harmonies of #FB7053
Complementary color
Monochromatic Colors of #FB7053
Black with #FB7053
Text Example
Text Example
White with #FB7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7053; }
p { color: rgb(251,112,83); }
H1.HeaderClassName
{
color: #FB7053;
}
.AnyTagClassName
{
color: #FB7053;
}
</style>
background-color css
<style>
a { background-color: #FB7053; }
a { background-color: rgb(251,112,83); }
div.DivClassName
{
background-color: #FB7053;
}
.BgClassName
{
background-color: #FB7053;
}
</style>
border-color css
<style>
span { border-color: #FB7053; }
span { border-color: rgb(251,112,83); }
td.TdClassName
{
border-color: #FB7053;
}
.TagClassName
{
border-color: #FB7053;
}
</style>