Shades of My Sin #FDB946
Tints of My Sin #FDB946
RGB
CMYK
RGB Variations
Color information
#FDB946 (or 0xFDB946) is known color: My Sin. HEX triplet: FD, B9 and 46. RGB value is (253,185,70). Sum of RGB (Red+Green+Blue) = 253+185+70=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB946 is #0246B9. Grayscale: #C0C0C0. Windows color (decimal): -149178 or 4635133. OLE color: 4635133.
HSL color Cylindrical-coordinate representation of color #FDB946: hue angle of 37.7º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDB946 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 70 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.01 |
| HSL | 37.7º | 0.98% | 0.63% | - |
| HSV(B) | 37.7º | 0.72% | 0.99% | - |
| XYZ | 58.96 | 56.02 | 13.5 | - |
| YUV | 192.22 | 59.03 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 70 | 0 | 0.27 | 0.72 | 0.01 | 37.7 | 0.98 | 0.63 |
| Hex | FD | B9 | 46 | 0 | 1B | 48 | 1 | 26 | 62 | 3F |
| Octal | 375 | 271 | 106 | 0 | 33 | 110 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111001 | 1000110 | 0 | 11011 | 1001000 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB946
Complementary color
Monochromatic Colors of #FDB946
Black with #FDB946
Text Example
Text Example
White with #FDB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB946; }
p { color: rgb(253,185,70); }
H1.HeaderClassName
{
color: #FDB946;
}
.AnyTagClassName
{
color: #FDB946;
}
</style>
background-color css
<style>
a { background-color: #FDB946; }
a { background-color: rgb(253,185,70); }
div.DivClassName
{
background-color: #FDB946;
}
.BgClassName
{
background-color: #FDB946;
}
</style>
border-color css
<style>
span { border-color: #FDB946; }
span { border-color: rgb(253,185,70); }
td.TdClassName
{
border-color: #FDB946;
}
.TagClassName
{
border-color: #FDB946;
}
</style>