Shades of My Sin #FDB544
Tints of My Sin #FDB544
RGB
CMYK
RGB Variations
Color information
#FDB544 (or 0xFDB544) is known color: My Sin. HEX triplet: FD, B5 and 44. RGB value is (253,181,68). Sum of RGB (Red+Green+Blue) = 253+181+68=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB544 is #024ABB. Grayscale: #BEBEBE. Windows color (decimal): -150204 or 4503037. OLE color: 4503037.
HSL color Cylindrical-coordinate representation of color #FDB544: hue angle of 36.65º 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 #FDB544 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 181 | 68 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.01 |
| HSL | 36.65º | 0.98% | 0.63% | - |
| HSV(B) | 36.65º | 0.73% | 0.99% | - |
| XYZ | 58.08 | 54.35 | 12.9 | - |
| YUV | 189.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 181 | 68 | 0 | 0.28 | 0.73 | 0.01 | 36.65 | 0.98 | 0.63 |
| Hex | FD | B5 | 44 | 0 | 1C | 49 | 1 | 25 | 62 | 3F |
| Octal | 375 | 265 | 104 | 0 | 34 | 111 | 1 | 45 | 142 | 77 |
| Binary | 11111101 | 10110101 | 1000100 | 0 | 11100 | 1001001 | 1 | 100101 | 1100010 | 111111 |
Color Harmonies of #FDB544
Complementary color
Monochromatic Colors of #FDB544
Black with #FDB544
Text Example
Text Example
White with #FDB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB544; }
p { color: rgb(253,181,68); }
H1.HeaderClassName
{
color: #FDB544;
}
.AnyTagClassName
{
color: #FDB544;
}
</style>
background-color css
<style>
a { background-color: #FDB544; }
a { background-color: rgb(253,181,68); }
div.DivClassName
{
background-color: #FDB544;
}
.BgClassName
{
background-color: #FDB544;
}
</style>
border-color css
<style>
span { border-color: #FDB544; }
span { border-color: rgb(253,181,68); }
td.TdClassName
{
border-color: #FDB544;
}
.TagClassName
{
border-color: #FDB544;
}
</style>