Shades of My Sin #FAB343
Tints of My Sin #FAB343
RGB
CMYK
RGB Variations
Color information
#FAB343 (or 0xFAB343) is known color: My Sin. HEX triplet: FA, B3 and 43. RGB value is (250,179,67). Sum of RGB (Red+Green+Blue) = 250+179+67=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB343 is #054CBC. Grayscale: #BBBBBB. Windows color (decimal): -347325 or 4436986. OLE color: 4436986.
HSL color Cylindrical-coordinate representation of color #FAB343: hue angle of 36.72º 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 #FAB343 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 67 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.02 |
| HSL | 36.72º | 0.95% | 0.62% | - |
| HSV(B) | 36.72º | 0.73% | 0.98% | - |
| XYZ | 56.56 | 52.97 | 12.55 | - |
| YUV | 187.46 | 60.02 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 67 | 0 | 0.28 | 0.73 | 0.02 | 36.72 | 0.95 | 0.62 |
| Hex | FA | B3 | 43 | 0 | 1C | 49 | 2 | 25 | 5F | 3E |
| Octal | 372 | 263 | 103 | 0 | 34 | 111 | 2 | 45 | 137 | 76 |
| Binary | 11111010 | 10110011 | 1000011 | 0 | 11100 | 1001001 | 10 | 100101 | 1011111 | 111110 |
Color Harmonies of #FAB343
Complementary color
Monochromatic Colors of #FAB343
Black with #FAB343
Text Example
Text Example
White with #FAB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB343; }
p { color: rgb(250,179,67); }
H1.HeaderClassName
{
color: #FAB343;
}
.AnyTagClassName
{
color: #FAB343;
}
</style>
background-color css
<style>
a { background-color: #FAB343; }
a { background-color: rgb(250,179,67); }
div.DivClassName
{
background-color: #FAB343;
}
.BgClassName
{
background-color: #FAB343;
}
</style>
border-color css
<style>
span { border-color: #FAB343; }
span { border-color: rgb(250,179,67); }
td.TdClassName
{
border-color: #FAB343;
}
.TagClassName
{
border-color: #FAB343;
}
</style>