Shades of My Sin #FBAB45
Tints of My Sin #FBAB45
RGB
CMYK
RGB Variations
Color information
#FBAB45 (or 0xFBAB45) is known color: My Sin. HEX triplet: FB, AB and 45. RGB value is (251,171,69). Sum of RGB (Red+Green+Blue) = 251+171+69=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB45 is #0454BA. Grayscale: #B7B7B7. Windows color (decimal): -283835 or 4566011. OLE color: 4566011.
HSL color Cylindrical-coordinate representation of color #FBAB45: hue angle of 33.63º 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 #FBAB45 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 69 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.02 |
| HSL | 33.63º | 0.96% | 0.63% | - |
| HSV(B) | 33.63º | 0.73% | 0.98% | - |
| XYZ | 55.42 | 50.06 | 12.37 | - |
| YUV | 183.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 69 | 0 | 0.32 | 0.73 | 0.02 | 33.63 | 0.96 | 0.63 |
| Hex | FB | AB | 45 | 0 | 20 | 49 | 2 | 22 | 60 | 3F |
| Octal | 373 | 253 | 105 | 0 | 40 | 111 | 2 | 42 | 140 | 77 |
| Binary | 11111011 | 10101011 | 1000101 | 0 | 100000 | 1001001 | 10 | 100010 | 1100000 | 111111 |
Color Harmonies of #FBAB45
Complementary color
Monochromatic Colors of #FBAB45
Black with #FBAB45
Text Example
Text Example
White with #FBAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB45; }
p { color: rgb(251,171,69); }
H1.HeaderClassName
{
color: #FBAB45;
}
.AnyTagClassName
{
color: #FBAB45;
}
</style>
background-color css
<style>
a { background-color: #FBAB45; }
a { background-color: rgb(251,171,69); }
div.DivClassName
{
background-color: #FBAB45;
}
.BgClassName
{
background-color: #FBAB45;
}
</style>
border-color css
<style>
span { border-color: #FBAB45; }
span { border-color: rgb(251,171,69); }
td.TdClassName
{
border-color: #FBAB45;
}
.TagClassName
{
border-color: #FBAB45;
}
</style>