Shades of Bittersweet #FB735B
Tints of Bittersweet #FB735B
RGB
CMYK
RGB Variations
Color information
#FB735B (or 0xFB735B) is known color: Bittersweet. HEX triplet: FB, 73 and 5B. RGB value is (251,115,91). Sum of RGB (Red+Green+Blue) = 251+115+91=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB735B is #048CA4. Grayscale: #999999. Windows color (decimal): -298149 or 5993467. OLE color: 5993467.
HSL color Cylindrical-coordinate representation of color #FB735B: hue angle of 9º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB735B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 91 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.02 |
| HSL | 9º | 0.95% | 0.67% | - |
| HSV(B) | 9º | 0.64% | 0.98% | - |
| XYZ | 47.8 | 33.53 | 13.85 | - |
| YUV | 152.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 91 | 0 | 0.54 | 0.64 | 0.02 | 9 | 0.95 | 0.67 |
| Hex | FB | 73 | 5B | 0 | 36 | 40 | 2 | 9 | 5F | 43 |
| Octal | 373 | 163 | 133 | 0 | 66 | 100 | 2 | 11 | 137 | 103 |
| Binary | 11111011 | 1110011 | 1011011 | 0 | 110110 | 1000000 | 10 | 1001 | 1011111 | 1000011 |
Color Harmonies of #FB735B
Complementary color
Monochromatic Colors of #FB735B
Black with #FB735B
Text Example
Text Example
White with #FB735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB735B; }
p { color: rgb(251,115,91); }
H1.HeaderClassName
{
color: #FB735B;
}
.AnyTagClassName
{
color: #FB735B;
}
</style>
background-color css
<style>
a { background-color: #FB735B; }
a { background-color: rgb(251,115,91); }
div.DivClassName
{
background-color: #FB735B;
}
.BgClassName
{
background-color: #FB735B;
}
</style>
border-color css
<style>
span { border-color: #FB735B; }
span { border-color: rgb(251,115,91); }
td.TdClassName
{
border-color: #FB735B;
}
.TagClassName
{
border-color: #FB735B;
}
</style>