Shades of My Sin #FAB847
Tints of My Sin #FAB847
RGB
CMYK
RGB Variations
Color information
#FAB847 (or 0xFAB847) is known color: My Sin. HEX triplet: FA, B8 and 47. RGB value is (250,184,71). Sum of RGB (Red+Green+Blue) = 250+184+71=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB847 is #0547B8. Grayscale: #BFBFBF. Windows color (decimal): -346041 or 4700410. OLE color: 4700410.
HSL color Cylindrical-coordinate representation of color #FAB847: hue angle of 37.88º 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 #FAB847 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 71 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.02 |
| HSL | 37.88º | 0.95% | 0.63% | - |
| HSV(B) | 37.88º | 0.72% | 0.98% | - |
| XYZ | 57.7 | 55.06 | 13.55 | - |
| YUV | 190.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 71 | 0 | 0.26 | 0.72 | 0.02 | 37.88 | 0.95 | 0.63 |
| Hex | FA | B8 | 47 | 0 | 1A | 48 | 2 | 26 | 5F | 3F |
| Octal | 372 | 270 | 107 | 0 | 32 | 110 | 2 | 46 | 137 | 77 |
| Binary | 11111010 | 10111000 | 1000111 | 0 | 11010 | 1001000 | 10 | 100110 | 1011111 | 111111 |
Color Harmonies of #FAB847
Complementary color
Monochromatic Colors of #FAB847
Black with #FAB847
Text Example
Text Example
White with #FAB847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB847; }
p { color: rgb(250,184,71); }
H1.HeaderClassName
{
color: #FAB847;
}
.AnyTagClassName
{
color: #FAB847;
}
</style>
background-color css
<style>
a { background-color: #FAB847; }
a { background-color: rgb(250,184,71); }
div.DivClassName
{
background-color: #FAB847;
}
.BgClassName
{
background-color: #FAB847;
}
</style>
border-color css
<style>
span { border-color: #FAB847; }
span { border-color: rgb(250,184,71); }
td.TdClassName
{
border-color: #FAB847;
}
.TagClassName
{
border-color: #FAB847;
}
</style>