Shades of My Sin #FBA945
Tints of My Sin #FBA945
RGB
CMYK
RGB Variations
Color information
#FBA945 (or 0xFBA945) is known color: My Sin. HEX triplet: FB, A9 and 45. RGB value is (251,169,69). Sum of RGB (Red+Green+Blue) = 251+169+69=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA945 is #0456BA. Grayscale: #B6B6B6. Windows color (decimal): -284347 or 4565499. OLE color: 4565499.
HSL color Cylindrical-coordinate representation of color #FBA945: hue angle of 32.97º 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 #FBA945 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 69 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.02 |
| HSL | 32.97º | 0.96% | 0.63% | - |
| HSV(B) | 32.97º | 0.73% | 0.98% | - |
| XYZ | 55.05 | 49.31 | 12.25 | - |
| YUV | 182.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 69 | 0 | 0.33 | 0.73 | 0.02 | 32.97 | 0.96 | 0.63 |
| Hex | FB | A9 | 45 | 0 | 21 | 49 | 2 | 21 | 60 | 3F |
| Octal | 373 | 251 | 105 | 0 | 41 | 111 | 2 | 41 | 140 | 77 |
| Binary | 11111011 | 10101001 | 1000101 | 0 | 100001 | 1001001 | 10 | 100001 | 1100000 | 111111 |
Color Harmonies of #FBA945
Complementary color
Monochromatic Colors of #FBA945
Black with #FBA945
Text Example
Text Example
White with #FBA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA945; }
p { color: rgb(251,169,69); }
H1.HeaderClassName
{
color: #FBA945;
}
.AnyTagClassName
{
color: #FBA945;
}
</style>
background-color css
<style>
a { background-color: #FBA945; }
a { background-color: rgb(251,169,69); }
div.DivClassName
{
background-color: #FBA945;
}
.BgClassName
{
background-color: #FBA945;
}
</style>
border-color css
<style>
span { border-color: #FBA945; }
span { border-color: rgb(251,169,69); }
td.TdClassName
{
border-color: #FBA945;
}
.TagClassName
{
border-color: #FBA945;
}
</style>