Shades of My Sin #FDB844
Tints of My Sin #FDB844
RGB
CMYK
RGB Variations
Color information
#FDB844 (or 0xFDB844) is known color: My Sin. HEX triplet: FD, B8 and 44. RGB value is (253,184,68). Sum of RGB (Red+Green+Blue) = 253+184+68=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB844 is #0247BB. Grayscale: #BFBFBF. Windows color (decimal): -149436 or 4503805. OLE color: 4503805.
HSL color Cylindrical-coordinate representation of color #FDB844: hue angle of 37.62º 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 #FDB844 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 68 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.01 |
| HSL | 37.62º | 0.98% | 0.63% | - |
| HSV(B) | 37.62º | 0.73% | 0.99% | - |
| XYZ | 58.69 | 55.58 | 13.1 | - |
| YUV | 191.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 68 | 0 | 0.27 | 0.73 | 0.01 | 37.62 | 0.98 | 0.63 |
| Hex | FD | B8 | 44 | 0 | 1B | 49 | 1 | 26 | 62 | 3F |
| Octal | 375 | 270 | 104 | 0 | 33 | 111 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111000 | 1000100 | 0 | 11011 | 1001001 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB844
Complementary color
Monochromatic Colors of #FDB844
Black with #FDB844
Text Example
Text Example
White with #FDB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB844; }
p { color: rgb(253,184,68); }
H1.HeaderClassName
{
color: #FDB844;
}
.AnyTagClassName
{
color: #FDB844;
}
</style>
background-color css
<style>
a { background-color: #FDB844; }
a { background-color: rgb(253,184,68); }
div.DivClassName
{
background-color: #FDB844;
}
.BgClassName
{
background-color: #FDB844;
}
</style>
border-color css
<style>
span { border-color: #FDB844; }
span { border-color: rgb(253,184,68); }
td.TdClassName
{
border-color: #FDB844;
}
.TagClassName
{
border-color: #FDB844;
}
</style>