Shades of My Sin #FBA944
Tints of My Sin #FBA944
RGB
CMYK
RGB Variations
Color information
#FBA944 (or 0xFBA944) is known color: My Sin. HEX triplet: FB, A9 and 44. RGB value is (251,169,68). Sum of RGB (Red+Green+Blue) = 251+169+68=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA944 is #0456BB. Grayscale: #B6B6B6. Windows color (decimal): -284348 or 4499963. OLE color: 4499963.
HSL color Cylindrical-coordinate representation of color #FBA944: hue angle of 33.11º 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 #FBA944 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 68 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.02 |
| HSL | 33.11º | 0.96% | 0.63% | - |
| HSV(B) | 33.11º | 0.73% | 0.98% | - |
| XYZ | 55.02 | 49.3 | 12.09 | - |
| YUV | 182 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 68 | 0 | 0.33 | 0.73 | 0.02 | 33.11 | 0.96 | 0.63 |
| Hex | FB | A9 | 44 | 0 | 21 | 49 | 2 | 21 | 60 | 3F |
| Octal | 373 | 251 | 104 | 0 | 41 | 111 | 2 | 41 | 140 | 77 |
| Binary | 11111011 | 10101001 | 1000100 | 0 | 100001 | 1001001 | 10 | 100001 | 1100000 | 111111 |
Color Harmonies of #FBA944
Complementary color
Monochromatic Colors of #FBA944
Black with #FBA944
Text Example
Text Example
White with #FBA944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA944; }
p { color: rgb(251,169,68); }
H1.HeaderClassName
{
color: #FBA944;
}
.AnyTagClassName
{
color: #FBA944;
}
</style>
background-color css
<style>
a { background-color: #FBA944; }
a { background-color: rgb(251,169,68); }
div.DivClassName
{
background-color: #FBA944;
}
.BgClassName
{
background-color: #FBA944;
}
</style>
border-color css
<style>
span { border-color: #FBA944; }
span { border-color: rgb(251,169,68); }
td.TdClassName
{
border-color: #FBA944;
}
.TagClassName
{
border-color: #FBA944;
}
</style>