Shades of My Sin #FBA946
Tints of My Sin #FBA946
RGB
CMYK
RGB Variations
Color information
#FBA946 (or 0xFBA946) is known color: My Sin. HEX triplet: FB, A9 and 46. RGB value is (251,169,70). Sum of RGB (Red+Green+Blue) = 251+169+70=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA946 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA946 is #0456B9. Grayscale: #B6B6B6. Windows color (decimal): -284346 or 4631035. OLE color: 4631035.
HSL color Cylindrical-coordinate representation of color #FBA946: hue angle of 32.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBA946 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 70 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.02 |
| HSL | 32.82º | 0.96% | 0.63% | - |
| HSV(B) | 32.82º | 0.72% | 0.98% | - |
| XYZ | 55.08 | 49.33 | 12.41 | - |
| YUV | 182.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 70 | 0 | 0.33 | 0.72 | 0.02 | 32.82 | 0.96 | 0.63 |
| Hex | FB | A9 | 46 | 0 | 21 | 48 | 2 | 21 | 60 | 3F |
| Octal | 373 | 251 | 106 | 0 | 41 | 110 | 2 | 41 | 140 | 77 |
| Binary | 11111011 | 10101001 | 1000110 | 0 | 100001 | 1001000 | 10 | 100001 | 1100000 | 111111 |
Color Harmonies of #FBA946
Complementary color
Monochromatic Colors of #FBA946
Black with #FBA946
Text Example
Text Example
White with #FBA946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA946; }
p { color: rgb(251,169,70); }
H1.HeaderClassName
{
color: #FBA946;
}
.AnyTagClassName
{
color: #FBA946;
}
</style>
background-color css
<style>
a { background-color: #FBA946; }
a { background-color: rgb(251,169,70); }
div.DivClassName
{
background-color: #FBA946;
}
.BgClassName
{
background-color: #FBA946;
}
</style>
border-color css
<style>
span { border-color: #FBA946; }
span { border-color: rgb(251,169,70); }
td.TdClassName
{
border-color: #FBA946;
}
.TagClassName
{
border-color: #FBA946;
}
</style>