Shades of My Sin #FDB945
Tints of My Sin #FDB945
RGB
CMYK
RGB Variations
Color information
#FDB945 (or 0xFDB945) is known color: My Sin. HEX triplet: FD, B9 and 45. RGB value is (253,185,69). Sum of RGB (Red+Green+Blue) = 253+185+69=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB945 is #0246BA. Grayscale: #C0C0C0. Windows color (decimal): -149179 or 4569597. OLE color: 4569597.
HSL color Cylindrical-coordinate representation of color #FDB945: hue angle of 37.83º 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 #FDB945 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 69 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.01 |
| HSL | 37.83º | 0.98% | 0.63% | - |
| HSV(B) | 37.83º | 0.73% | 0.99% | - |
| XYZ | 58.93 | 56.01 | 13.34 | - |
| YUV | 192.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 69 | 0 | 0.27 | 0.73 | 0.01 | 37.83 | 0.98 | 0.63 |
| Hex | FD | B9 | 45 | 0 | 1B | 49 | 1 | 26 | 62 | 3F |
| Octal | 375 | 271 | 105 | 0 | 33 | 111 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111001 | 1000101 | 0 | 11011 | 1001001 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB945
Complementary color
Monochromatic Colors of #FDB945
Black with #FDB945
Text Example
Text Example
White with #FDB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB945; }
p { color: rgb(253,185,69); }
H1.HeaderClassName
{
color: #FDB945;
}
.AnyTagClassName
{
color: #FDB945;
}
</style>
background-color css
<style>
a { background-color: #FDB945; }
a { background-color: rgb(253,185,69); }
div.DivClassName
{
background-color: #FDB945;
}
.BgClassName
{
background-color: #FDB945;
}
</style>
border-color css
<style>
span { border-color: #FDB945; }
span { border-color: rgb(253,185,69); }
td.TdClassName
{
border-color: #FDB945;
}
.TagClassName
{
border-color: #FDB945;
}
</style>