Shades of My Sin #FDA94A
Tints of My Sin #FDA94A
RGB
CMYK
RGB Variations
Color information
#FDA94A (or 0xFDA94A) is known color: My Sin. HEX triplet: FD, A9 and 4A. RGB value is (253,169,74). Sum of RGB (Red+Green+Blue) = 253+169+74=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA94A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA94A is #0256B5. Grayscale: #B7B7B7. Windows color (decimal): -153270 or 4893181. OLE color: 4893181.
HSL color Cylindrical-coordinate representation of color #FDA94A: hue angle of 31.84º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDA94A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 74 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.01 |
| HSL | 31.84º | 0.98% | 0.64% | - |
| HSV(B) | 31.84º | 0.71% | 0.99% | - |
| XYZ | 55.93 | 49.75 | 13.13 | - |
| YUV | 183.29 | 66.33 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 74 | 0 | 0.33 | 0.71 | 0.01 | 31.84 | 0.98 | 0.64 |
| Hex | FD | A9 | 4A | 0 | 21 | 47 | 1 | 20 | 62 | 40 |
| Octal | 375 | 251 | 112 | 0 | 41 | 107 | 1 | 40 | 142 | 100 |
| Binary | 11111101 | 10101001 | 1001010 | 0 | 100001 | 1000111 | 1 | 100000 | 1100010 | 1000000 |
Color Harmonies of #FDA94A
Complementary color
Monochromatic Colors of #FDA94A
Black with #FDA94A
Text Example
Text Example
White with #FDA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA94A; }
p { color: rgb(253,169,74); }
H1.HeaderClassName
{
color: #FDA94A;
}
.AnyTagClassName
{
color: #FDA94A;
}
</style>
background-color css
<style>
a { background-color: #FDA94A; }
a { background-color: rgb(253,169,74); }
div.DivClassName
{
background-color: #FDA94A;
}
.BgClassName
{
background-color: #FDA94A;
}
</style>
border-color css
<style>
span { border-color: #FDA94A; }
span { border-color: rgb(253,169,74); }
td.TdClassName
{
border-color: #FDA94A;
}
.TagClassName
{
border-color: #FDA94A;
}
</style>