Shades of My Sin #FDB944
Tints of My Sin #FDB944
RGB
CMYK
RGB Variations
Color information
#FDB944 (or 0xFDB944) is known color: My Sin. HEX triplet: FD, B9 and 44. RGB value is (253,185,68). Sum of RGB (Red+Green+Blue) = 253+185+68=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB944 is #0246BB. Grayscale: #C0C0C0. Windows color (decimal): -149180 or 4504061. OLE color: 4504061.
HSL color Cylindrical-coordinate representation of color #FDB944: hue angle of 37.95º 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 #FDB944 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.01 |
| HSL | 37.95º | 0.98% | 0.63% | - |
| HSV(B) | 37.95º | 0.73% | 0.99% | - |
| XYZ | 58.9 | 56 | 13.17 | - |
| YUV | 191.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 68 | 0 | 0.27 | 0.73 | 0.01 | 37.95 | 0.98 | 0.63 |
| Hex | FD | B9 | 44 | 0 | 1B | 49 | 1 | 26 | 62 | 3F |
| Octal | 375 | 271 | 104 | 0 | 33 | 111 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111001 | 1000100 | 0 | 11011 | 1001001 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB944
Complementary color
Monochromatic Colors of #FDB944
Black with #FDB944
Text Example
Text Example
White with #FDB944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB944; }
p { color: rgb(253,185,68); }
H1.HeaderClassName
{
color: #FDB944;
}
.AnyTagClassName
{
color: #FDB944;
}
</style>
background-color css
<style>
a { background-color: #FDB944; }
a { background-color: rgb(253,185,68); }
div.DivClassName
{
background-color: #FDB944;
}
.BgClassName
{
background-color: #FDB944;
}
</style>
border-color css
<style>
span { border-color: #FDB944; }
span { border-color: rgb(253,185,68); }
td.TdClassName
{
border-color: #FDB944;
}
.TagClassName
{
border-color: #FDB944;
}
</style>