Shades of My Sin #FBBA44
Tints of My Sin #FBBA44
RGB
CMYK
RGB Variations
Color information
#FBBA44 (or 0xFBBA44) is known color: My Sin. HEX triplet: FB, BA and 44. RGB value is (251,186,68). Sum of RGB (Red+Green+Blue) = 251+186+68=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA44 is #0445BB. Grayscale: #C0C0C0. Windows color (decimal): -279996 or 4504315. OLE color: 4504315.
HSL color Cylindrical-coordinate representation of color #FBBA44: hue angle of 38.69º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBBA44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 68 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.02 |
| HSL | 38.69º | 0.96% | 0.63% | - |
| HSV(B) | 38.69º | 0.73% | 0.98% | - |
| XYZ | 58.39 | 56.04 | 13.21 | - |
| YUV | 191.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 68 | 0 | 0.26 | 0.73 | 0.02 | 38.69 | 0.96 | 0.63 |
| Hex | FB | BA | 44 | 0 | 1A | 49 | 2 | 27 | 60 | 3F |
| Octal | 373 | 272 | 104 | 0 | 32 | 111 | 2 | 47 | 140 | 77 |
| Binary | 11111011 | 10111010 | 1000100 | 0 | 11010 | 1001001 | 10 | 100111 | 1100000 | 111111 |
Color Harmonies of #FBBA44
Complementary color
Monochromatic Colors of #FBBA44
Black with #FBBA44
Text Example
Text Example
White with #FBBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA44; }
p { color: rgb(251,186,68); }
H1.HeaderClassName
{
color: #FBBA44;
}
.AnyTagClassName
{
color: #FBBA44;
}
</style>
background-color css
<style>
a { background-color: #FBBA44; }
a { background-color: rgb(251,186,68); }
div.DivClassName
{
background-color: #FBBA44;
}
.BgClassName
{
background-color: #FBBA44;
}
</style>
border-color css
<style>
span { border-color: #FBBA44; }
span { border-color: rgb(251,186,68); }
td.TdClassName
{
border-color: #FBBA44;
}
.TagClassName
{
border-color: #FBBA44;
}
</style>