Shades of My Sin #FDA644
Tints of My Sin #FDA644
RGB
CMYK
RGB Variations
Color information
#FDA644 (or 0xFDA644) is known color: My Sin. HEX triplet: FD, A6 and 44. RGB value is (253,166,68). Sum of RGB (Red+Green+Blue) = 253+166+68=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA644 is #0259BB. Grayscale: #B5B5B5. Windows color (decimal): -154044 or 4499197. OLE color: 4499197.
HSL color Cylindrical-coordinate representation of color #FDA644: hue angle of 31.78º 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 #FDA644 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 68 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.01 |
| HSL | 31.78º | 0.98% | 0.63% | - |
| HSV(B) | 31.78º | 0.73% | 0.99% | - |
| XYZ | 55.19 | 48.57 | 11.94 | - |
| YUV | 180.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 68 | 0 | 0.34 | 0.73 | 0.01 | 31.78 | 0.98 | 0.63 |
| Hex | FD | A6 | 44 | 0 | 22 | 49 | 1 | 20 | 62 | 3F |
| Octal | 375 | 246 | 104 | 0 | 42 | 111 | 1 | 40 | 142 | 77 |
| Binary | 11111101 | 10100110 | 1000100 | 0 | 100010 | 1001001 | 1 | 100000 | 1100010 | 111111 |
Color Harmonies of #FDA644
Complementary color
Monochromatic Colors of #FDA644
Black with #FDA644
Text Example
Text Example
White with #FDA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA644; }
p { color: rgb(253,166,68); }
H1.HeaderClassName
{
color: #FDA644;
}
.AnyTagClassName
{
color: #FDA644;
}
</style>
background-color css
<style>
a { background-color: #FDA644; }
a { background-color: rgb(253,166,68); }
div.DivClassName
{
background-color: #FDA644;
}
.BgClassName
{
background-color: #FDA644;
}
</style>
border-color css
<style>
span { border-color: #FDA644; }
span { border-color: rgb(253,166,68); }
td.TdClassName
{
border-color: #FDA644;
}
.TagClassName
{
border-color: #FDA644;
}
</style>