Shades of My Sin #FAB241
Tints of My Sin #FAB241
RGB
CMYK
RGB Variations
Color information
#FAB241 (or 0xFAB241) is known color: My Sin. HEX triplet: FA, B2 and 41. RGB value is (250,178,65). Sum of RGB (Red+Green+Blue) = 250+178+65=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB241 is #054DBE. Grayscale: #BBBBBB. Windows color (decimal): -347583 or 4305658. OLE color: 4305658.
HSL color Cylindrical-coordinate representation of color #FAB241: hue angle of 36.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAB241 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 65 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.02 |
| HSL | 36.65º | 0.95% | 0.62% | - |
| HSV(B) | 36.65º | 0.74% | 0.98% | - |
| XYZ | 56.3 | 52.55 | 12.18 | - |
| YUV | 186.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 65 | 0 | 0.29 | 0.74 | 0.02 | 36.65 | 0.95 | 0.62 |
| Hex | FA | B2 | 41 | 0 | 1D | 4A | 2 | 25 | 5F | 3E |
| Octal | 372 | 262 | 101 | 0 | 35 | 112 | 2 | 45 | 137 | 76 |
| Binary | 11111010 | 10110010 | 1000001 | 0 | 11101 | 1001010 | 10 | 100101 | 1011111 | 111110 |
Color Harmonies of #FAB241
Complementary color
Monochromatic Colors of #FAB241
Black with #FAB241
Text Example
Text Example
White with #FAB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB241; }
p { color: rgb(250,178,65); }
H1.HeaderClassName
{
color: #FAB241;
}
.AnyTagClassName
{
color: #FAB241;
}
</style>
background-color css
<style>
a { background-color: #FAB241; }
a { background-color: rgb(250,178,65); }
div.DivClassName
{
background-color: #FAB241;
}
.BgClassName
{
background-color: #FAB241;
}
</style>
border-color css
<style>
span { border-color: #FAB241; }
span { border-color: rgb(250,178,65); }
td.TdClassName
{
border-color: #FAB241;
}
.TagClassName
{
border-color: #FAB241;
}
</style>