Shades of My Sin #FDB444
Tints of My Sin #FDB444
RGB
CMYK
RGB Variations
Color information
#FDB444 (or 0xFDB444) is known color: My Sin. HEX triplet: FD, B4 and 44. RGB value is (253,180,68). Sum of RGB (Red+Green+Blue) = 253+180+68=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB444 is #024BBB. Grayscale: #BDBDBD. Windows color (decimal): -150460 or 4502781. OLE color: 4502781.
HSL color Cylindrical-coordinate representation of color #FDB444: hue angle of 36.32º 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 #FDB444 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 68 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.01 |
| HSL | 36.32º | 0.98% | 0.63% | - |
| HSV(B) | 36.32º | 0.73% | 0.99% | - |
| XYZ | 57.87 | 53.94 | 12.83 | - |
| YUV | 189.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 68 | 0 | 0.29 | 0.73 | 0.01 | 36.32 | 0.98 | 0.63 |
| Hex | FD | B4 | 44 | 0 | 1D | 49 | 1 | 24 | 62 | 3F |
| Octal | 375 | 264 | 104 | 0 | 35 | 111 | 1 | 44 | 142 | 77 |
| Binary | 11111101 | 10110100 | 1000100 | 0 | 11101 | 1001001 | 1 | 100100 | 1100010 | 111111 |
Color Harmonies of #FDB444
Complementary color
Monochromatic Colors of #FDB444
Black with #FDB444
Text Example
Text Example
White with #FDB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB444; }
p { color: rgb(253,180,68); }
H1.HeaderClassName
{
color: #FDB444;
}
.AnyTagClassName
{
color: #FDB444;
}
</style>
background-color css
<style>
a { background-color: #FDB444; }
a { background-color: rgb(253,180,68); }
div.DivClassName
{
background-color: #FDB444;
}
.BgClassName
{
background-color: #FDB444;
}
</style>
border-color css
<style>
span { border-color: #FDB444; }
span { border-color: rgb(253,180,68); }
td.TdClassName
{
border-color: #FDB444;
}
.TagClassName
{
border-color: #FDB444;
}
</style>