Shades of My Sin #FBAB4A
Tints of My Sin #FBAB4A
RGB
CMYK
RGB Variations
Color information
#FBAB4A (or 0xFBAB4A) is known color: My Sin. HEX triplet: FB, AB and 4A. RGB value is (251,171,74). Sum of RGB (Red+Green+Blue) = 251+171+74=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB4A is #0454B5. Grayscale: #B8B8B8. Windows color (decimal): -283830 or 4893691. OLE color: 4893691.
HSL color Cylindrical-coordinate representation of color #FBAB4A: hue angle of 32.88º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBAB4A is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 74 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.02 |
| HSL | 32.88º | 0.96% | 0.64% | - |
| HSV(B) | 32.88º | 0.71% | 0.98% | - |
| XYZ | 55.58 | 50.13 | 13.23 | - |
| YUV | 183.86 | 66 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 74 | 0 | 0.32 | 0.71 | 0.02 | 32.88 | 0.96 | 0.64 |
| Hex | FB | AB | 4A | 0 | 20 | 47 | 2 | 21 | 60 | 40 |
| Octal | 373 | 253 | 112 | 0 | 40 | 107 | 2 | 41 | 140 | 100 |
| Binary | 11111011 | 10101011 | 1001010 | 0 | 100000 | 1000111 | 10 | 100001 | 1100000 | 1000000 |
Color Harmonies of #FBAB4A
Complementary color
Monochromatic Colors of #FBAB4A
Black with #FBAB4A
Text Example
Text Example
White with #FBAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB4A; }
p { color: rgb(251,171,74); }
H1.HeaderClassName
{
color: #FBAB4A;
}
.AnyTagClassName
{
color: #FBAB4A;
}
</style>
background-color css
<style>
a { background-color: #FBAB4A; }
a { background-color: rgb(251,171,74); }
div.DivClassName
{
background-color: #FBAB4A;
}
.BgClassName
{
background-color: #FBAB4A;
}
</style>
border-color css
<style>
span { border-color: #FBAB4A; }
span { border-color: rgb(251,171,74); }
td.TdClassName
{
border-color: #FBAB4A;
}
.TagClassName
{
border-color: #FBAB4A;
}
</style>