Shades of My Sin #FDB644
Tints of My Sin #FDB644
RGB
CMYK
RGB Variations
Color information
#FDB644 (or 0xFDB644) is known color: My Sin. HEX triplet: FD, B6 and 44. RGB value is (253,182,68). Sum of RGB (Red+Green+Blue) = 253+182+68=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB644 is #0249BB. Grayscale: #BEBEBE. Windows color (decimal): -149948 or 4503293. OLE color: 4503293.
HSL color Cylindrical-coordinate representation of color #FDB644: hue angle of 36.97º 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 #FDB644 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 68 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.01 |
| HSL | 36.97º | 0.98% | 0.63% | - |
| HSV(B) | 36.97º | 0.73% | 0.99% | - |
| XYZ | 58.28 | 54.76 | 12.97 | - |
| YUV | 190.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 68 | 0 | 0.28 | 0.73 | 0.01 | 36.97 | 0.98 | 0.63 |
| Hex | FD | B6 | 44 | 0 | 1C | 49 | 1 | 25 | 62 | 3F |
| Octal | 375 | 266 | 104 | 0 | 34 | 111 | 1 | 45 | 142 | 77 |
| Binary | 11111101 | 10110110 | 1000100 | 0 | 11100 | 1001001 | 1 | 100101 | 1100010 | 111111 |
Color Harmonies of #FDB644
Complementary color
Monochromatic Colors of #FDB644
Black with #FDB644
Text Example
Text Example
White with #FDB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB644; }
p { color: rgb(253,182,68); }
H1.HeaderClassName
{
color: #FDB644;
}
.AnyTagClassName
{
color: #FDB644;
}
</style>
background-color css
<style>
a { background-color: #FDB644; }
a { background-color: rgb(253,182,68); }
div.DivClassName
{
background-color: #FDB644;
}
.BgClassName
{
background-color: #FDB644;
}
</style>
border-color css
<style>
span { border-color: #FDB644; }
span { border-color: rgb(253,182,68); }
td.TdClassName
{
border-color: #FDB644;
}
.TagClassName
{
border-color: #FDB644;
}
</style>