Shades of My Sin #FBA543
Tints of My Sin #FBA543
RGB
CMYK
RGB Variations
Color information
#FBA543 (or 0xFBA543) is known color: My Sin. HEX triplet: FB, A5 and 43. RGB value is (251,165,67). Sum of RGB (Red+Green+Blue) = 251+165+67=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA543 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA543 is #045ABC. Grayscale: #B4B4B4. Windows color (decimal): -285373 or 4433403. OLE color: 4433403.
HSL color Cylindrical-coordinate representation of color #FBA543: hue angle of 31.96º 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 #FBA543 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 67 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.02 |
| HSL | 31.96º | 0.96% | 0.62% | - |
| HSV(B) | 31.96º | 0.73% | 0.98% | - |
| XYZ | 54.25 | 47.82 | 11.68 | - |
| YUV | 179.54 | 64.49 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 67 | 0 | 0.34 | 0.73 | 0.02 | 31.96 | 0.96 | 0.62 |
| Hex | FB | A5 | 43 | 0 | 22 | 49 | 2 | 20 | 60 | 3E |
| Octal | 373 | 245 | 103 | 0 | 42 | 111 | 2 | 40 | 140 | 76 |
| Binary | 11111011 | 10100101 | 1000011 | 0 | 100010 | 1001001 | 10 | 100000 | 1100000 | 111110 |
Color Harmonies of #FBA543
Complementary color
Monochromatic Colors of #FBA543
Black with #FBA543
Text Example
Text Example
White with #FBA543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA543; }
p { color: rgb(251,165,67); }
H1.HeaderClassName
{
color: #FBA543;
}
.AnyTagClassName
{
color: #FBA543;
}
</style>
background-color css
<style>
a { background-color: #FBA543; }
a { background-color: rgb(251,165,67); }
div.DivClassName
{
background-color: #FBA543;
}
.BgClassName
{
background-color: #FBA543;
}
</style>
border-color css
<style>
span { border-color: #FBA543; }
span { border-color: rgb(251,165,67); }
td.TdClassName
{
border-color: #FBA543;
}
.TagClassName
{
border-color: #FBA543;
}
</style>