Shades of My Sin #FAA84B
Tints of My Sin #FAA84B
RGB
CMYK
RGB Variations
Color information
#FAA84B (or 0xFAA84B) is known color: My Sin. HEX triplet: FA, A8 and 4B. RGB value is (250,168,75). Sum of RGB (Red+Green+Blue) = 250+168+75=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA84B is #0557B4. Grayscale: #B6B6B6. Windows color (decimal): -350133 or 4958458. OLE color: 4958458.
HSL color Cylindrical-coordinate representation of color #FAA84B: hue angle of 31.89º 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 #FAA84B is Cyan = 0, Magento = 0.33, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 75 | - |
| CMYK | 0 | 0.33 | 0.7 | 0.02 |
| HSL | 31.89º | 0.95% | 0.64% | - |
| HSV(B) | 31.89º | 0.7% | 0.98% | - |
| XYZ | 54.7 | 48.84 | 13.2 | - |
| YUV | 181.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 75 | 0 | 0.33 | 0.7 | 0.02 | 31.89 | 0.95 | 0.64 |
| Hex | FA | A8 | 4B | 0 | 21 | 46 | 2 | 20 | 5F | 40 |
| Octal | 372 | 250 | 113 | 0 | 41 | 106 | 2 | 40 | 137 | 100 |
| Binary | 11111010 | 10101000 | 1001011 | 0 | 100001 | 1000110 | 10 | 100000 | 1011111 | 1000000 |
Color Harmonies of #FAA84B
Complementary color
Monochromatic Colors of #FAA84B
Black with #FAA84B
Text Example
Text Example
White with #FAA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA84B; }
p { color: rgb(250,168,75); }
H1.HeaderClassName
{
color: #FAA84B;
}
.AnyTagClassName
{
color: #FAA84B;
}
</style>
background-color css
<style>
a { background-color: #FAA84B; }
a { background-color: rgb(250,168,75); }
div.DivClassName
{
background-color: #FAA84B;
}
.BgClassName
{
background-color: #FAA84B;
}
</style>
border-color css
<style>
span { border-color: #FAA84B; }
span { border-color: rgb(250,168,75); }
td.TdClassName
{
border-color: #FAA84B;
}
.TagClassName
{
border-color: #FAA84B;
}
</style>