Shades of My Sin #FDA94C
Tints of My Sin #FDA94C
RGB
CMYK
RGB Variations
Color information
#FDA94C (or 0xFDA94C) is known color: My Sin. HEX triplet: FD, A9 and 4C. RGB value is (253,169,76). Sum of RGB (Red+Green+Blue) = 253+169+76=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA94C is #0256B3. Grayscale: #B7B7B7. Windows color (decimal): -153268 or 5024253. OLE color: 5024253.
HSL color Cylindrical-coordinate representation of color #FDA94C: hue angle of 31.53º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA94C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 76 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.01 |
| HSL | 31.53º | 0.98% | 0.65% | - |
| HSV(B) | 31.53º | 0.7% | 0.99% | - |
| XYZ | 56 | 49.78 | 13.49 | - |
| YUV | 183.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 76 | 0 | 0.33 | 0.70 | 0.01 | 31.53 | 0.98 | 0.65 |
| Hex | FD | A9 | 4C | 0 | 21 | 46 | 1 | 20 | 62 | 41 |
| Octal | 375 | 251 | 114 | 0 | 41 | 106 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101001 | 1001100 | 0 | 100001 | 1000110 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDA94C
Complementary color
Monochromatic Colors of #FDA94C
Black with #FDA94C
Text Example
Text Example
White with #FDA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA94C; }
p { color: rgb(253,169,76); }
H1.HeaderClassName
{
color: #FDA94C;
}
.AnyTagClassName
{
color: #FDA94C;
}
</style>
background-color css
<style>
a { background-color: #FDA94C; }
a { background-color: rgb(253,169,76); }
div.DivClassName
{
background-color: #FDA94C;
}
.BgClassName
{
background-color: #FDA94C;
}
</style>
border-color css
<style>
span { border-color: #FDA94C; }
span { border-color: rgb(253,169,76); }
td.TdClassName
{
border-color: #FDA94C;
}
.TagClassName
{
border-color: #FDA94C;
}
</style>