Shades of My Sin #FDB645
Tints of My Sin #FDB645
RGB
CMYK
RGB Variations
Color information
#FDB645 (or 0xFDB645) is known color: My Sin. HEX triplet: FD, B6 and 45. RGB value is (253,182,69). Sum of RGB (Red+Green+Blue) = 253+182+69=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB645 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB645 is #0249BA. Grayscale: #BEBEBE. Windows color (decimal): -149947 or 4568829. OLE color: 4568829.
HSL color Cylindrical-coordinate representation of color #FDB645: hue angle of 36.85º 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 #FDB645 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 69 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.01 |
| HSL | 36.85º | 0.98% | 0.63% | - |
| HSV(B) | 36.85º | 0.73% | 0.99% | - |
| XYZ | 58.31 | 54.77 | 13.13 | - |
| YUV | 190.35 | 59.52 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 69 | 0 | 0.28 | 0.73 | 0.01 | 36.85 | 0.98 | 0.63 |
| Hex | FD | B6 | 45 | 0 | 1C | 49 | 1 | 25 | 62 | 3F |
| Octal | 375 | 266 | 105 | 0 | 34 | 111 | 1 | 45 | 142 | 77 |
| Binary | 11111101 | 10110110 | 1000101 | 0 | 11100 | 1001001 | 1 | 100101 | 1100010 | 111111 |
Color Harmonies of #FDB645
Complementary color
Monochromatic Colors of #FDB645
Black with #FDB645
Text Example
Text Example
White with #FDB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB645; }
p { color: rgb(253,182,69); }
H1.HeaderClassName
{
color: #FDB645;
}
.AnyTagClassName
{
color: #FDB645;
}
</style>
background-color css
<style>
a { background-color: #FDB645; }
a { background-color: rgb(253,182,69); }
div.DivClassName
{
background-color: #FDB645;
}
.BgClassName
{
background-color: #FDB645;
}
</style>
border-color css
<style>
span { border-color: #FDB645; }
span { border-color: rgb(253,182,69); }
td.TdClassName
{
border-color: #FDB645;
}
.TagClassName
{
border-color: #FDB645;
}
</style>