Shades of My Sin #FBA943
Tints of My Sin #FBA943
RGB
CMYK
RGB Variations
Color information
#FBA943 (or 0xFBA943) is known color: My Sin. HEX triplet: FB, A9 and 43. RGB value is (251,169,67). Sum of RGB (Red+Green+Blue) = 251+169+67=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA943 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA943 is #0456BC. Grayscale: #B6B6B6. Windows color (decimal): -284349 or 4434427. OLE color: 4434427.
HSL color Cylindrical-coordinate representation of color #FBA943: hue angle of 33.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBA943 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 67 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.02 |
| HSL | 33.26º | 0.96% | 0.62% | - |
| HSV(B) | 33.26º | 0.73% | 0.98% | - |
| XYZ | 54.98 | 49.29 | 11.93 | - |
| YUV | 181.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 67 | 0 | 0.33 | 0.73 | 0.02 | 33.26 | 0.96 | 0.62 |
| Hex | FB | A9 | 43 | 0 | 21 | 49 | 2 | 21 | 60 | 3E |
| Octal | 373 | 251 | 103 | 0 | 41 | 111 | 2 | 41 | 140 | 76 |
| Binary | 11111011 | 10101001 | 1000011 | 0 | 100001 | 1001001 | 10 | 100001 | 1100000 | 111110 |
Color Harmonies of #FBA943
Complementary color
Monochromatic Colors of #FBA943
Black with #FBA943
Text Example
Text Example
White with #FBA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA943; }
p { color: rgb(251,169,67); }
H1.HeaderClassName
{
color: #FBA943;
}
.AnyTagClassName
{
color: #FBA943;
}
</style>
background-color css
<style>
a { background-color: #FBA943; }
a { background-color: rgb(251,169,67); }
div.DivClassName
{
background-color: #FBA943;
}
.BgClassName
{
background-color: #FBA943;
}
</style>
border-color css
<style>
span { border-color: #FBA943; }
span { border-color: rgb(251,169,67); }
td.TdClassName
{
border-color: #FBA943;
}
.TagClassName
{
border-color: #FBA943;
}
</style>