Shades of My Sin #FABA44
Tints of My Sin #FABA44
RGB
CMYK
RGB Variations
Color information
#FABA44 (or 0xFABA44) is known color: My Sin. HEX triplet: FA, BA and 44. RGB value is (250,186,68). Sum of RGB (Red+Green+Blue) = 250+186+68=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABA44 is #0545BB. Grayscale: #C0C0C0. Windows color (decimal): -345532 or 4504314. OLE color: 4504314.
HSL color Cylindrical-coordinate representation of color #FABA44: hue angle of 38.9º degrees, saturation: 0.95, 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 #FABA44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 68 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.02 |
| HSL | 38.9º | 0.95% | 0.62% | - |
| HSV(B) | 38.9º | 0.73% | 0.98% | - |
| XYZ | 58.03 | 55.86 | 13.19 | - |
| YUV | 191.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 68 | 0 | 0.26 | 0.73 | 0.02 | 38.9 | 0.95 | 0.62 |
| Hex | FA | BA | 44 | 0 | 1A | 49 | 2 | 27 | 5F | 3E |
| Octal | 372 | 272 | 104 | 0 | 32 | 111 | 2 | 47 | 137 | 76 |
| Binary | 11111010 | 10111010 | 1000100 | 0 | 11010 | 1001001 | 10 | 100111 | 1011111 | 111110 |
Color Harmonies of #FABA44
Complementary color
Monochromatic Colors of #FABA44
Black with #FABA44
Text Example
Text Example
White with #FABA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA44; }
p { color: rgb(250,186,68); }
H1.HeaderClassName
{
color: #FABA44;
}
.AnyTagClassName
{
color: #FABA44;
}
</style>
background-color css
<style>
a { background-color: #FABA44; }
a { background-color: rgb(250,186,68); }
div.DivClassName
{
background-color: #FABA44;
}
.BgClassName
{
background-color: #FABA44;
}
</style>
border-color css
<style>
span { border-color: #FABA44; }
span { border-color: rgb(250,186,68); }
td.TdClassName
{
border-color: #FABA44;
}
.TagClassName
{
border-color: #FABA44;
}
</style>