Shades of My Sin #FAA94C
Tints of My Sin #FAA94C
RGB
CMYK
RGB Variations
Color information
#FAA94C (or 0xFAA94C) is known color: My Sin. HEX triplet: FA, A9 and 4C. RGB value is (250,169,76). Sum of RGB (Red+Green+Blue) = 250+169+76=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA94C is #0556B3. Grayscale: #B7B7B7. Windows color (decimal): -349876 or 5024250. OLE color: 5024250.
HSL color Cylindrical-coordinate representation of color #FAA94C: hue angle of 32.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAA94C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 76 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.02 |
| HSL | 32.07º | 0.95% | 0.64% | - |
| HSV(B) | 32.07º | 0.7% | 0.98% | - |
| XYZ | 54.92 | 49.22 | 13.44 | - |
| YUV | 182.62 | 67.84 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 76 | 0 | 0.32 | 0.70 | 0.02 | 32.07 | 0.95 | 0.64 |
| Hex | FA | A9 | 4C | 0 | 20 | 46 | 2 | 20 | 5F | 40 |
| Octal | 372 | 251 | 114 | 0 | 40 | 106 | 2 | 40 | 137 | 100 |
| Binary | 11111010 | 10101001 | 1001100 | 0 | 100000 | 1000110 | 10 | 100000 | 1011111 | 1000000 |
Color Harmonies of #FAA94C
Complementary color
Monochromatic Colors of #FAA94C
Black with #FAA94C
Text Example
Text Example
White with #FAA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA94C; }
p { color: rgb(250,169,76); }
H1.HeaderClassName
{
color: #FAA94C;
}
.AnyTagClassName
{
color: #FAA94C;
}
</style>
background-color css
<style>
a { background-color: #FAA94C; }
a { background-color: rgb(250,169,76); }
div.DivClassName
{
background-color: #FAA94C;
}
.BgClassName
{
background-color: #FAA94C;
}
</style>
border-color css
<style>
span { border-color: #FAA94C; }
span { border-color: rgb(250,169,76); }
td.TdClassName
{
border-color: #FAA94C;
}
.TagClassName
{
border-color: #FAA94C;
}
</style>