Shades of My Sin #FABA45
Tints of My Sin #FABA45
RGB
CMYK
RGB Variations
Color information
#FABA45 (or 0xFABA45) is known color: My Sin. HEX triplet: FA, BA and 45. RGB value is (250,186,69). Sum of RGB (Red+Green+Blue) = 250+186+69=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA45 is #0545BA. Grayscale: #C0C0C0. Windows color (decimal): -345531 or 4569850. OLE color: 4569850.
HSL color Cylindrical-coordinate representation of color #FABA45: hue angle of 38.78º degrees, saturation: 0.95, 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 #FABA45 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 69 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.02 |
| HSL | 38.78º | 0.95% | 0.63% | - |
| HSV(B) | 38.78º | 0.72% | 0.98% | - |
| XYZ | 58.06 | 55.87 | 13.35 | - |
| YUV | 191.8 | 58.7 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 69 | 0 | 0.26 | 0.72 | 0.02 | 38.78 | 0.95 | 0.63 |
| Hex | FA | BA | 45 | 0 | 1A | 48 | 2 | 27 | 5F | 3F |
| Octal | 372 | 272 | 105 | 0 | 32 | 110 | 2 | 47 | 137 | 77 |
| Binary | 11111010 | 10111010 | 1000101 | 0 | 11010 | 1001000 | 10 | 100111 | 1011111 | 111111 |
Color Harmonies of #FABA45
Complementary color
Monochromatic Colors of #FABA45
Black with #FABA45
Text Example
Text Example
White with #FABA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA45; }
p { color: rgb(250,186,69); }
H1.HeaderClassName
{
color: #FABA45;
}
.AnyTagClassName
{
color: #FABA45;
}
</style>
background-color css
<style>
a { background-color: #FABA45; }
a { background-color: rgb(250,186,69); }
div.DivClassName
{
background-color: #FABA45;
}
.BgClassName
{
background-color: #FABA45;
}
</style>
border-color css
<style>
span { border-color: #FABA45; }
span { border-color: rgb(250,186,69); }
td.TdClassName
{
border-color: #FABA45;
}
.TagClassName
{
border-color: #FABA45;
}
</style>