Shades of My Sin #FDA744
Tints of My Sin #FDA744
RGB
CMYK
RGB Variations
Color information
#FDA744 (or 0xFDA744) is known color: My Sin. HEX triplet: FD, A7 and 44. RGB value is (253,167,68). Sum of RGB (Red+Green+Blue) = 253+167+68=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA744 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA744 is #0258BB. Grayscale: #B5B5B5. Windows color (decimal): -153788 or 4499453. OLE color: 4499453.
HSL color Cylindrical-coordinate representation of color #FDA744: hue angle of 32.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDA744 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 167 | 68 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.01 |
| HSL | 32.11º | 0.98% | 0.63% | - |
| HSV(B) | 32.11º | 0.73% | 0.99% | - |
| XYZ | 55.37 | 48.94 | 12 | - |
| YUV | 181.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 167 | 68 | 0 | 0.34 | 0.73 | 0.01 | 32.11 | 0.98 | 0.63 |
| Hex | FD | A7 | 44 | 0 | 22 | 49 | 1 | 20 | 62 | 3F |
| Octal | 375 | 247 | 104 | 0 | 42 | 111 | 1 | 40 | 142 | 77 |
| Binary | 11111101 | 10100111 | 1000100 | 0 | 100010 | 1001001 | 1 | 100000 | 1100010 | 111111 |
Color Harmonies of #FDA744
Complementary color
Monochromatic Colors of #FDA744
Black with #FDA744
Text Example
Text Example
White with #FDA744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA744; }
p { color: rgb(253,167,68); }
H1.HeaderClassName
{
color: #FDA744;
}
.AnyTagClassName
{
color: #FDA744;
}
</style>
background-color css
<style>
a { background-color: #FDA744; }
a { background-color: rgb(253,167,68); }
div.DivClassName
{
background-color: #FDA744;
}
.BgClassName
{
background-color: #FDA744;
}
</style>
border-color css
<style>
span { border-color: #FDA744; }
span { border-color: rgb(253,167,68); }
td.TdClassName
{
border-color: #FDA744;
}
.TagClassName
{
border-color: #FDA744;
}
</style>