Shades of My Sin #FAA942
Tints of My Sin #FAA942
RGB
CMYK
RGB Variations
Color information
#FAA942 (or 0xFAA942) is known color: My Sin. HEX triplet: FA, A9 and 42. RGB value is (250,169,66). Sum of RGB (Red+Green+Blue) = 250+169+66=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA942 is #0556BD. Grayscale: #B5B5B5. Windows color (decimal): -349886 or 4368890. OLE color: 4368890.
HSL color Cylindrical-coordinate representation of color #FAA942: hue angle of 33.59º 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 #FAA942 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 66 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.02 |
| HSL | 33.59º | 0.95% | 0.62% | - |
| HSV(B) | 33.59º | 0.74% | 0.98% | - |
| XYZ | 54.6 | 49.09 | 11.75 | - |
| YUV | 181.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 66 | 0 | 0.32 | 0.74 | 0.02 | 33.59 | 0.95 | 0.62 |
| Hex | FA | A9 | 42 | 0 | 20 | 4A | 2 | 22 | 5F | 3E |
| Octal | 372 | 251 | 102 | 0 | 40 | 112 | 2 | 42 | 137 | 76 |
| Binary | 11111010 | 10101001 | 1000010 | 0 | 100000 | 1001010 | 10 | 100010 | 1011111 | 111110 |
Color Harmonies of #FAA942
Complementary color
Monochromatic Colors of #FAA942
Black with #FAA942
Text Example
Text Example
White with #FAA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA942; }
p { color: rgb(250,169,66); }
H1.HeaderClassName
{
color: #FAA942;
}
.AnyTagClassName
{
color: #FAA942;
}
</style>
background-color css
<style>
a { background-color: #FAA942; }
a { background-color: rgb(250,169,66); }
div.DivClassName
{
background-color: #FAA942;
}
.BgClassName
{
background-color: #FAA942;
}
</style>
border-color css
<style>
span { border-color: #FAA942; }
span { border-color: rgb(250,169,66); }
td.TdClassName
{
border-color: #FAA942;
}
.TagClassName
{
border-color: #FAA942;
}
</style>