Shades of My Sin #FDB044
Tints of My Sin #FDB044
RGB
CMYK
RGB Variations
Color information
#FDB044 (or 0xFDB044) is known color: My Sin. HEX triplet: FD, B0 and 44. RGB value is (253,176,68). Sum of RGB (Red+Green+Blue) = 253+176+68=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB044 is #024FBB. Grayscale: #BBBBBB. Windows color (decimal): -151484 or 4501757. OLE color: 4501757.
HSL color Cylindrical-coordinate representation of color #FDB044: hue angle of 35.03º 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 #FDB044 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 68 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.01 |
| HSL | 35.03º | 0.98% | 0.63% | - |
| HSV(B) | 35.03º | 0.73% | 0.99% | - |
| XYZ | 57.08 | 52.35 | 12.57 | - |
| YUV | 186.71 | 61.01 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 68 | 0 | 0.30 | 0.73 | 0.01 | 35.03 | 0.98 | 0.63 |
| Hex | FD | B0 | 44 | 0 | 1E | 49 | 1 | 23 | 62 | 3F |
| Octal | 375 | 260 | 104 | 0 | 36 | 111 | 1 | 43 | 142 | 77 |
| Binary | 11111101 | 10110000 | 1000100 | 0 | 11110 | 1001001 | 1 | 100011 | 1100010 | 111111 |
Color Harmonies of #FDB044
Complementary color
Monochromatic Colors of #FDB044
Black with #FDB044
Text Example
Text Example
White with #FDB044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB044; }
p { color: rgb(253,176,68); }
H1.HeaderClassName
{
color: #FDB044;
}
.AnyTagClassName
{
color: #FDB044;
}
</style>
background-color css
<style>
a { background-color: #FDB044; }
a { background-color: rgb(253,176,68); }
div.DivClassName
{
background-color: #FDB044;
}
.BgClassName
{
background-color: #FDB044;
}
</style>
border-color css
<style>
span { border-color: #FDB044; }
span { border-color: rgb(253,176,68); }
td.TdClassName
{
border-color: #FDB044;
}
.TagClassName
{
border-color: #FDB044;
}
</style>