Shades of Bittersweet #FB655A
Tints of Bittersweet #FB655A
RGB
CMYK
RGB Variations
Color information
#FB655A (or 0xFB655A) is known color: Bittersweet. HEX triplet: FB, 65 and 5A. RGB value is (251,101,90). Sum of RGB (Red+Green+Blue) = 251+101+90=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB655A is #049AA5. Grayscale: #909090. Windows color (decimal): -301734 or 5924347. OLE color: 5924347.
HSL color Cylindrical-coordinate representation of color #FB655A: hue angle of 4.1º 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 #FB655A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 90 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.02 |
| HSL | 4.1º | 0.95% | 0.67% | - |
| HSV(B) | 4.1º | 0.64% | 0.98% | - |
| XYZ | 46.28 | 30.55 | 13.13 | - |
| YUV | 144.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 90 | 0 | 0.60 | 0.64 | 0.02 | 4.1 | 0.95 | 0.67 |
| Hex | FB | 65 | 5A | 0 | 3C | 40 | 2 | 4 | 5F | 43 |
| Octal | 373 | 145 | 132 | 0 | 74 | 100 | 2 | 4 | 137 | 103 |
| Binary | 11111011 | 1100101 | 1011010 | 0 | 111100 | 1000000 | 10 | 100 | 1011111 | 1000011 |
Color Harmonies of #FB655A
Complementary color
Monochromatic Colors of #FB655A
Black with #FB655A
Text Example
Text Example
White with #FB655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB655A; }
p { color: rgb(251,101,90); }
H1.HeaderClassName
{
color: #FB655A;
}
.AnyTagClassName
{
color: #FB655A;
}
</style>
background-color css
<style>
a { background-color: #FB655A; }
a { background-color: rgb(251,101,90); }
div.DivClassName
{
background-color: #FB655A;
}
.BgClassName
{
background-color: #FB655A;
}
</style>
border-color css
<style>
span { border-color: #FB655A; }
span { border-color: rgb(251,101,90); }
td.TdClassName
{
border-color: #FB655A;
}
.TagClassName
{
border-color: #FB655A;
}
</style>