Shades of My Sin #FBAB4C
Tints of My Sin #FBAB4C
RGB
CMYK
RGB Variations
Color information
#FBAB4C (or 0xFBAB4C) is known color: My Sin. HEX triplet: FB, AB and 4C. RGB value is (251,171,76). Sum of RGB (Red+Green+Blue) = 251+171+76=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB4C is #0454B3. Grayscale: #B8B8B8. Windows color (decimal): -283828 or 5024763. OLE color: 5024763.
HSL color Cylindrical-coordinate representation of color #FBAB4C: hue angle of 32.57º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBAB4C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 76 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.02 |
| HSL | 32.57º | 0.96% | 0.64% | - |
| HSV(B) | 32.57º | 0.7% | 0.98% | - |
| XYZ | 55.65 | 50.16 | 13.59 | - |
| YUV | 184.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 76 | 0 | 0.32 | 0.70 | 0.02 | 32.57 | 0.96 | 0.64 |
| Hex | FB | AB | 4C | 0 | 20 | 46 | 2 | 21 | 60 | 40 |
| Octal | 373 | 253 | 114 | 0 | 40 | 106 | 2 | 41 | 140 | 100 |
| Binary | 11111011 | 10101011 | 1001100 | 0 | 100000 | 1000110 | 10 | 100001 | 1100000 | 1000000 |
Color Harmonies of #FBAB4C
Complementary color
Monochromatic Colors of #FBAB4C
Black with #FBAB4C
Text Example
Text Example
White with #FBAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB4C; }
p { color: rgb(251,171,76); }
H1.HeaderClassName
{
color: #FBAB4C;
}
.AnyTagClassName
{
color: #FBAB4C;
}
</style>
background-color css
<style>
a { background-color: #FBAB4C; }
a { background-color: rgb(251,171,76); }
div.DivClassName
{
background-color: #FBAB4C;
}
.BgClassName
{
background-color: #FBAB4C;
}
</style>
border-color css
<style>
span { border-color: #FBAB4C; }
span { border-color: rgb(251,171,76); }
td.TdClassName
{
border-color: #FBAB4C;
}
.TagClassName
{
border-color: #FBAB4C;
}
</style>