Shades of My Sin #FDA645
Tints of My Sin #FDA645
RGB
CMYK
RGB Variations
Color information
#FDA645 (or 0xFDA645) is known color: My Sin. HEX triplet: FD, A6 and 45. RGB value is (253,166,69). Sum of RGB (Red+Green+Blue) = 253+166+69=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA645 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA645 is #0259BA. Grayscale: #B5B5B5. Windows color (decimal): -154043 or 4564733. OLE color: 4564733.
HSL color Cylindrical-coordinate representation of color #FDA645: hue angle of 31.63º 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 #FDA645 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 69 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.01 |
| HSL | 31.63º | 0.98% | 0.63% | - |
| HSV(B) | 31.63º | 0.73% | 0.99% | - |
| XYZ | 55.22 | 48.58 | 12.1 | - |
| YUV | 180.96 | 64.82 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 69 | 0 | 0.34 | 0.73 | 0.01 | 31.63 | 0.98 | 0.63 |
| Hex | FD | A6 | 45 | 0 | 22 | 49 | 1 | 20 | 62 | 3F |
| Octal | 375 | 246 | 105 | 0 | 42 | 111 | 1 | 40 | 142 | 77 |
| Binary | 11111101 | 10100110 | 1000101 | 0 | 100010 | 1001001 | 1 | 100000 | 1100010 | 111111 |
Color Harmonies of #FDA645
Complementary color
Monochromatic Colors of #FDA645
Black with #FDA645
Text Example
Text Example
White with #FDA645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA645; }
p { color: rgb(253,166,69); }
H1.HeaderClassName
{
color: #FDA645;
}
.AnyTagClassName
{
color: #FDA645;
}
</style>
background-color css
<style>
a { background-color: #FDA645; }
a { background-color: rgb(253,166,69); }
div.DivClassName
{
background-color: #FDA645;
}
.BgClassName
{
background-color: #FDA645;
}
</style>
border-color css
<style>
span { border-color: #FDA645; }
span { border-color: rgb(253,166,69); }
td.TdClassName
{
border-color: #FDA645;
}
.TagClassName
{
border-color: #FDA645;
}
</style>