Shades of My Sin #FAB744
Tints of My Sin #FAB744
RGB
CMYK
RGB Variations
Color information
#FAB744 (or 0xFAB744) is known color: My Sin. HEX triplet: FA, B7 and 44. RGB value is (250,183,68). Sum of RGB (Red+Green+Blue) = 250+183+68=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB744 is #0548BB. Grayscale: #BEBEBE. Windows color (decimal): -346300 or 4503546. OLE color: 4503546.
HSL color Cylindrical-coordinate representation of color #FAB744: hue angle of 37.91º 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 #FAB744 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.02 |
| HSL | 37.91º | 0.95% | 0.62% | - |
| HSV(B) | 37.91º | 0.73% | 0.98% | - |
| XYZ | 57.4 | 54.61 | 12.98 | - |
| YUV | 189.92 | 59.2 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 68 | 0 | 0.27 | 0.73 | 0.02 | 37.91 | 0.95 | 0.62 |
| Hex | FA | B7 | 44 | 0 | 1B | 49 | 2 | 26 | 5F | 3E |
| Octal | 372 | 267 | 104 | 0 | 33 | 111 | 2 | 46 | 137 | 76 |
| Binary | 11111010 | 10110111 | 1000100 | 0 | 11011 | 1001001 | 10 | 100110 | 1011111 | 111110 |
Color Harmonies of #FAB744
Complementary color
Monochromatic Colors of #FAB744
Black with #FAB744
Text Example
Text Example
White with #FAB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB744; }
p { color: rgb(250,183,68); }
H1.HeaderClassName
{
color: #FAB744;
}
.AnyTagClassName
{
color: #FAB744;
}
</style>
background-color css
<style>
a { background-color: #FAB744; }
a { background-color: rgb(250,183,68); }
div.DivClassName
{
background-color: #FAB744;
}
.BgClassName
{
background-color: #FAB744;
}
</style>
border-color css
<style>
span { border-color: #FAB744; }
span { border-color: rgb(250,183,68); }
td.TdClassName
{
border-color: #FAB744;
}
.TagClassName
{
border-color: #FAB744;
}
</style>