Shades of My Sin #FDA746
Tints of My Sin #FDA746
RGB
CMYK
RGB Variations
Color information
#FDA746 (or 0xFDA746) is known color: My Sin. HEX triplet: FD, A7 and 46. RGB value is (253,167,70). Sum of RGB (Red+Green+Blue) = 253+167+70=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA746 is #0258B9. Grayscale: #B6B6B6. Windows color (decimal): -153786 or 4630525. OLE color: 4630525.
HSL color Cylindrical-coordinate representation of color #FDA746: hue angle of 31.8º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDA746 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 70 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.01 |
| HSL | 31.8º | 0.98% | 0.63% | - |
| HSV(B) | 31.8º | 0.72% | 0.99% | - |
| XYZ | 55.43 | 48.96 | 12.32 | - |
| YUV | 181.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 70 | 0 | 0.34 | 0.72 | 0.01 | 31.8 | 0.98 | 0.63 |
| Hex | FD | A7 | 46 | 0 | 22 | 48 | 1 | 20 | 62 | 3F |
| Octal | 375 | 247 | 106 | 0 | 42 | 110 | 1 | 40 | 142 | 77 |
| Binary | 11111101 | 10100111 | 1000110 | 0 | 100010 | 1001000 | 1 | 100000 | 1100010 | 111111 |
Color Harmonies of #FDA746
Complementary color
Monochromatic Colors of #FDA746
Black with #FDA746
Text Example
Text Example
White with #FDA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA746; }
p { color: rgb(253,167,70); }
H1.HeaderClassName
{
color: #FDA746;
}
.AnyTagClassName
{
color: #FDA746;
}
</style>
background-color css
<style>
a { background-color: #FDA746; }
a { background-color: rgb(253,167,70); }
div.DivClassName
{
background-color: #FDA746;
}
.BgClassName
{
background-color: #FDA746;
}
</style>
border-color css
<style>
span { border-color: #FDA746; }
span { border-color: rgb(253,167,70); }
td.TdClassName
{
border-color: #FDA746;
}
.TagClassName
{
border-color: #FDA746;
}
</style>