Shades of My Sin #FAA84A
Tints of My Sin #FAA84A
RGB
CMYK
RGB Variations
Color information
#FAA84A (or 0xFAA84A) is known color: My Sin. HEX triplet: FA, A8 and 4A. RGB value is (250,168,74). Sum of RGB (Red+Green+Blue) = 250+168+74=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA84A is #0557B5. Grayscale: #B6B6B6. Windows color (decimal): -350134 or 4892922. OLE color: 4892922.
HSL color Cylindrical-coordinate representation of color #FAA84A: hue angle of 32.05º 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 #FAA84A is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 74 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.02 |
| HSL | 32.05º | 0.95% | 0.64% | - |
| HSV(B) | 32.05º | 0.7% | 0.98% | - |
| XYZ | 54.66 | 48.82 | 13.02 | - |
| YUV | 181.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 74 | 0 | 0.33 | 0.70 | 0.02 | 32.05 | 0.95 | 0.64 |
| Hex | FA | A8 | 4A | 0 | 21 | 46 | 2 | 20 | 5F | 40 |
| Octal | 372 | 250 | 112 | 0 | 41 | 106 | 2 | 40 | 137 | 100 |
| Binary | 11111010 | 10101000 | 1001010 | 0 | 100001 | 1000110 | 10 | 100000 | 1011111 | 1000000 |
Color Harmonies of #FAA84A
Complementary color
Monochromatic Colors of #FAA84A
Black with #FAA84A
Text Example
Text Example
White with #FAA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA84A; }
p { color: rgb(250,168,74); }
H1.HeaderClassName
{
color: #FAA84A;
}
.AnyTagClassName
{
color: #FAA84A;
}
</style>
background-color css
<style>
a { background-color: #FAA84A; }
a { background-color: rgb(250,168,74); }
div.DivClassName
{
background-color: #FAA84A;
}
.BgClassName
{
background-color: #FAA84A;
}
</style>
border-color css
<style>
span { border-color: #FAA84A; }
span { border-color: rgb(250,168,74); }
td.TdClassName
{
border-color: #FAA84A;
}
.TagClassName
{
border-color: #FAA84A;
}
</style>