Shades of My Sin #FAB441
Tints of My Sin #FAB441
RGB
CMYK
RGB Variations
Color information
#FAB441 (or 0xFAB441) is known color: My Sin. HEX triplet: FA, B4 and 41. RGB value is (250,180,65). Sum of RGB (Red+Green+Blue) = 250+180+65=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB441 is #054BBE. Grayscale: #BCBCBC. Windows color (decimal): -347071 or 4306170. OLE color: 4306170.
HSL color Cylindrical-coordinate representation of color #FAB441: hue angle of 37.3º 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 #FAB441 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 65 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.02 |
| HSL | 37.3º | 0.95% | 0.62% | - |
| HSV(B) | 37.3º | 0.74% | 0.98% | - |
| XYZ | 56.7 | 53.35 | 12.31 | - |
| YUV | 187.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 65 | 0 | 0.28 | 0.74 | 0.02 | 37.3 | 0.95 | 0.62 |
| Hex | FA | B4 | 41 | 0 | 1C | 4A | 2 | 25 | 5F | 3E |
| Octal | 372 | 264 | 101 | 0 | 34 | 112 | 2 | 45 | 137 | 76 |
| Binary | 11111010 | 10110100 | 1000001 | 0 | 11100 | 1001010 | 10 | 100101 | 1011111 | 111110 |
Color Harmonies of #FAB441
Complementary color
Monochromatic Colors of #FAB441
Black with #FAB441
Text Example
Text Example
White with #FAB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB441; }
p { color: rgb(250,180,65); }
H1.HeaderClassName
{
color: #FAB441;
}
.AnyTagClassName
{
color: #FAB441;
}
</style>
background-color css
<style>
a { background-color: #FAB441; }
a { background-color: rgb(250,180,65); }
div.DivClassName
{
background-color: #FAB441;
}
.BgClassName
{
background-color: #FAB441;
}
</style>
border-color css
<style>
span { border-color: #FAB441; }
span { border-color: rgb(250,180,65); }
td.TdClassName
{
border-color: #FAB441;
}
.TagClassName
{
border-color: #FAB441;
}
</style>