Shades of My Sin #FDA84C
Tints of My Sin #FDA84C
RGB
CMYK
RGB Variations
Color information
#FDA84C (or 0xFDA84C) is known color: My Sin. HEX triplet: FD, A8 and 4C. RGB value is (253,168,76). Sum of RGB (Red+Green+Blue) = 253+168+76=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA84C is #0257B3. Grayscale: #B7B7B7. Windows color (decimal): -153524 or 5023997. OLE color: 5023997.
HSL color Cylindrical-coordinate representation of color #FDA84C: hue angle of 31.19º 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 #FDA84C is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 76 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.01 |
| HSL | 31.19º | 0.98% | 0.65% | - |
| HSV(B) | 31.19º | 0.7% | 0.99% | - |
| XYZ | 55.82 | 49.41 | 13.43 | - |
| YUV | 182.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 76 | 0 | 0.34 | 0.70 | 0.01 | 31.19 | 0.98 | 0.65 |
| Hex | FD | A8 | 4C | 0 | 22 | 46 | 1 | 1F | 62 | 41 |
| Octal | 375 | 250 | 114 | 0 | 42 | 106 | 1 | 37 | 142 | 101 |
| Binary | 11111101 | 10101000 | 1001100 | 0 | 100010 | 1000110 | 1 | 11111 | 1100010 | 1000001 |
Color Harmonies of #FDA84C
Complementary color
Monochromatic Colors of #FDA84C
Black with #FDA84C
Text Example
Text Example
White with #FDA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA84C; }
p { color: rgb(253,168,76); }
H1.HeaderClassName
{
color: #FDA84C;
}
.AnyTagClassName
{
color: #FDA84C;
}
</style>
background-color css
<style>
a { background-color: #FDA84C; }
a { background-color: rgb(253,168,76); }
div.DivClassName
{
background-color: #FDA84C;
}
.BgClassName
{
background-color: #FDA84C;
}
</style>
border-color css
<style>
span { border-color: #FDA84C; }
span { border-color: rgb(253,168,76); }
td.TdClassName
{
border-color: #FDA84C;
}
.TagClassName
{
border-color: #FDA84C;
}
</style>