Shades of My Sin #FAAA43
Tints of My Sin #FAAA43
RGB
CMYK
RGB Variations
Color information
#FAAA43 (or 0xFAAA43) is known color: My Sin. HEX triplet: FA, AA and 43. RGB value is (250,170,67). Sum of RGB (Red+Green+Blue) = 250+170+67=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA43 is #0555BC. Grayscale: #B6B6B6. Windows color (decimal): -349629 or 4434682. OLE color: 4434682.
HSL color Cylindrical-coordinate representation of color #FAAA43: hue angle of 33.77º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAAA43 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 67 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.02 |
| HSL | 33.77º | 0.95% | 0.62% | - |
| HSV(B) | 33.77º | 0.73% | 0.98% | - |
| XYZ | 54.81 | 49.48 | 11.97 | - |
| YUV | 182.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 67 | 0 | 0.32 | 0.73 | 0.02 | 33.77 | 0.95 | 0.62 |
| Hex | FA | AA | 43 | 0 | 20 | 49 | 2 | 22 | 5F | 3E |
| Octal | 372 | 252 | 103 | 0 | 40 | 111 | 2 | 42 | 137 | 76 |
| Binary | 11111010 | 10101010 | 1000011 | 0 | 100000 | 1001001 | 10 | 100010 | 1011111 | 111110 |
Color Harmonies of #FAAA43
Complementary color
Monochromatic Colors of #FAAA43
Black with #FAAA43
Text Example
Text Example
White with #FAAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA43; }
p { color: rgb(250,170,67); }
H1.HeaderClassName
{
color: #FAAA43;
}
.AnyTagClassName
{
color: #FAAA43;
}
</style>
background-color css
<style>
a { background-color: #FAAA43; }
a { background-color: rgb(250,170,67); }
div.DivClassName
{
background-color: #FAAA43;
}
.BgClassName
{
background-color: #FAAA43;
}
</style>
border-color css
<style>
span { border-color: #FAAA43; }
span { border-color: rgb(250,170,67); }
td.TdClassName
{
border-color: #FAAA43;
}
.TagClassName
{
border-color: #FAAA43;
}
</style>