Shades of My Sin #FDA544
Tints of My Sin #FDA544
RGB
CMYK
RGB Variations
Color information
#FDA544 (or 0xFDA544) is known color: My Sin. HEX triplet: FD, A5 and 44. RGB value is (253,165,68). Sum of RGB (Red+Green+Blue) = 253+165+68=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA544 is #025ABB. Grayscale: #B4B4B4. Windows color (decimal): -154300 or 4498941. OLE color: 4498941.
HSL color Cylindrical-coordinate representation of color #FDA544: hue angle of 31.46º 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 #FDA544 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 68 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.01 |
| HSL | 31.46º | 0.98% | 0.63% | - |
| HSV(B) | 31.46º | 0.73% | 0.99% | - |
| XYZ | 55.01 | 48.21 | 11.88 | - |
| YUV | 180.25 | 64.65 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 68 | 0 | 0.35 | 0.73 | 0.01 | 31.46 | 0.98 | 0.63 |
| Hex | FD | A5 | 44 | 0 | 23 | 49 | 1 | 1F | 62 | 3F |
| Octal | 375 | 245 | 104 | 0 | 43 | 111 | 1 | 37 | 142 | 77 |
| Binary | 11111101 | 10100101 | 1000100 | 0 | 100011 | 1001001 | 1 | 11111 | 1100010 | 111111 |
Color Harmonies of #FDA544
Complementary color
Monochromatic Colors of #FDA544
Black with #FDA544
Text Example
Text Example
White with #FDA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA544; }
p { color: rgb(253,165,68); }
H1.HeaderClassName
{
color: #FDA544;
}
.AnyTagClassName
{
color: #FDA544;
}
</style>
background-color css
<style>
a { background-color: #FDA544; }
a { background-color: rgb(253,165,68); }
div.DivClassName
{
background-color: #FDA544;
}
.BgClassName
{
background-color: #FDA544;
}
</style>
border-color css
<style>
span { border-color: #FDA544; }
span { border-color: rgb(253,165,68); }
td.TdClassName
{
border-color: #FDA544;
}
.TagClassName
{
border-color: #FDA544;
}
</style>