Shades of My Sin #FAB144
Tints of My Sin #FAB144
RGB
CMYK
RGB Variations
Color information
#FAB144 (or 0xFAB144) is known color: My Sin. HEX triplet: FA, B1 and 44. RGB value is (250,177,68). Sum of RGB (Red+Green+Blue) = 250+177+68=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB144 is #054EBB. Grayscale: #BABABA. Windows color (decimal): -347836 or 4502010. OLE color: 4502010.
HSL color Cylindrical-coordinate representation of color #FAB144: hue angle of 35.93º 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 #FAB144 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 68 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.02 |
| HSL | 35.93º | 0.95% | 0.62% | - |
| HSV(B) | 35.93º | 0.73% | 0.98% | - |
| XYZ | 56.19 | 52.19 | 12.58 | - |
| YUV | 186.4 | 61.18 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 68 | 0 | 0.29 | 0.73 | 0.02 | 35.93 | 0.95 | 0.62 |
| Hex | FA | B1 | 44 | 0 | 1D | 49 | 2 | 24 | 5F | 3E |
| Octal | 372 | 261 | 104 | 0 | 35 | 111 | 2 | 44 | 137 | 76 |
| Binary | 11111010 | 10110001 | 1000100 | 0 | 11101 | 1001001 | 10 | 100100 | 1011111 | 111110 |
Color Harmonies of #FAB144
Complementary color
Monochromatic Colors of #FAB144
Black with #FAB144
Text Example
Text Example
White with #FAB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB144; }
p { color: rgb(250,177,68); }
H1.HeaderClassName
{
color: #FAB144;
}
.AnyTagClassName
{
color: #FAB144;
}
</style>
background-color css
<style>
a { background-color: #FAB144; }
a { background-color: rgb(250,177,68); }
div.DivClassName
{
background-color: #FAB144;
}
.BgClassName
{
background-color: #FAB144;
}
</style>
border-color css
<style>
span { border-color: #FAB144; }
span { border-color: rgb(250,177,68); }
td.TdClassName
{
border-color: #FAB144;
}
.TagClassName
{
border-color: #FAB144;
}
</style>