Shades of My Sin #FBB144
Tints of My Sin #FBB144
RGB
CMYK
RGB Variations
Color information
#FBB144 (or 0xFBB144) is known color: My Sin. HEX triplet: FB, B1 and 44. RGB value is (251,177,68). Sum of RGB (Red+Green+Blue) = 251+177+68=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 68 (26.95% from 255 or 13.71% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBB144 is #044EBB. Grayscale: #BBBBBB. Windows color (decimal): -282300 or 4502011. OLE color: 4502011.
HSL color Cylindrical-coordinate representation of color #FBB144: hue angle of 35.74º 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 #FBB144 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 68 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.02 |
| HSL | 35.74º | 0.96% | 0.63% | - |
| HSV(B) | 35.74º | 0.73% | 0.98% | - |
| XYZ | 56.55 | 52.37 | 12.6 | - |
| YUV | 186.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 68 | 0 | 0.29 | 0.73 | 0.02 | 35.74 | 0.96 | 0.63 |
| Hex | FB | B1 | 44 | 0 | 1D | 49 | 2 | 24 | 60 | 3F |
| Octal | 373 | 261 | 104 | 0 | 35 | 111 | 2 | 44 | 140 | 77 |
| Binary | 11111011 | 10110001 | 1000100 | 0 | 11101 | 1001001 | 10 | 100100 | 1100000 | 111111 |
Color Harmonies of #FBB144
Complementary color
Monochromatic Colors of #FBB144
Black with #FBB144
Text Example
Text Example
White with #FBB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB144; }
p { color: rgb(251,177,68); }
H1.HeaderClassName
{
color: #FBB144;
}
.AnyTagClassName
{
color: #FBB144;
}
</style>
background-color css
<style>
a { background-color: #FBB144; }
a { background-color: rgb(251,177,68); }
div.DivClassName
{
background-color: #FBB144;
}
.BgClassName
{
background-color: #FBB144;
}
</style>
border-color css
<style>
span { border-color: #FBB144; }
span { border-color: rgb(251,177,68); }
td.TdClassName
{
border-color: #FBB144;
}
.TagClassName
{
border-color: #FBB144;
}
</style>