Shades of My Sin #FFA94D
Tints of My Sin #FFA94D
RGB
CMYK
RGB Variations
Color information
#FFA94D (or 0xFFA94D) is known color: My Sin. HEX triplet: FF, A9 and 4D. RGB value is (255,169,77). Sum of RGB (Red+Green+Blue) = 255+169+77=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA94D is #0056B2. Grayscale: #B8B8B8. Windows color (decimal): -22195 or 5089791. OLE color: 5089791.
HSL color Cylindrical-coordinate representation of color #FFA94D: hue angle of 31.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFA94D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 77 | - |
| CMYK | 0 | 0.34 | 0.70 | 0 |
| HSL | 31.01º | 1% | 0.65% | - |
| HSV(B) | 31.01º | 0.7% | 1% | - |
| XYZ | 56.77 | 50.17 | 13.71 | - |
| YUV | 184.23 | 67.49 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 77 | 0 | 0.34 | 0.70 | 0 | 31.01 | 1 | 0.65 |
| Hex | FF | A9 | 4D | 0 | 22 | 46 | 0 | 1F | 64 | 41 |
| Octal | 377 | 251 | 115 | 0 | 42 | 106 | 0 | 37 | 144 | 101 |
| Binary | 11111111 | 10101001 | 1001101 | 0 | 100010 | 1000110 | 0 | 11111 | 1100100 | 1000001 |
Color Harmonies of #FFA94D
Complementary color
Monochromatic Colors of #FFA94D
Black with #FFA94D
Text Example
Text Example
White with #FFA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA94D; }
p { color: rgb(255,169,77); }
H1.HeaderClassName
{
color: #FFA94D;
}
.AnyTagClassName
{
color: #FFA94D;
}
</style>
background-color css
<style>
a { background-color: #FFA94D; }
a { background-color: rgb(255,169,77); }
div.DivClassName
{
background-color: #FFA94D;
}
.BgClassName
{
background-color: #FFA94D;
}
</style>
border-color css
<style>
span { border-color: #FFA94D; }
span { border-color: rgb(255,169,77); }
td.TdClassName
{
border-color: #FFA94D;
}
.TagClassName
{
border-color: #FFA94D;
}
</style>