Shades of My Sin #FDB045
Tints of My Sin #FDB045
RGB
CMYK
RGB Variations
Color information
#FDB045 (or 0xFDB045) is known color: My Sin. HEX triplet: FD, B0 and 45. RGB value is (253,176,69). Sum of RGB (Red+Green+Blue) = 253+176+69=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB045 is #024FBA. Grayscale: #BBBBBB. Windows color (decimal): -151483 or 4567293. OLE color: 4567293.
HSL color Cylindrical-coordinate representation of color #FDB045: hue angle of 34.89º 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 #FDB045 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 69 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.01 |
| HSL | 34.89º | 0.98% | 0.63% | - |
| HSV(B) | 34.89º | 0.73% | 0.99% | - |
| XYZ | 57.11 | 52.36 | 12.73 | - |
| YUV | 186.83 | 61.51 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 69 | 0 | 0.30 | 0.73 | 0.01 | 34.89 | 0.98 | 0.63 |
| Hex | FD | B0 | 45 | 0 | 1E | 49 | 1 | 23 | 62 | 3F |
| Octal | 375 | 260 | 105 | 0 | 36 | 111 | 1 | 43 | 142 | 77 |
| Binary | 11111101 | 10110000 | 1000101 | 0 | 11110 | 1001001 | 1 | 100011 | 1100010 | 111111 |
Color Harmonies of #FDB045
Complementary color
Monochromatic Colors of #FDB045
Black with #FDB045
Text Example
Text Example
White with #FDB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB045; }
p { color: rgb(253,176,69); }
H1.HeaderClassName
{
color: #FDB045;
}
.AnyTagClassName
{
color: #FDB045;
}
</style>
background-color css
<style>
a { background-color: #FDB045; }
a { background-color: rgb(253,176,69); }
div.DivClassName
{
background-color: #FDB045;
}
.BgClassName
{
background-color: #FDB045;
}
</style>
border-color css
<style>
span { border-color: #FDB045; }
span { border-color: rgb(253,176,69); }
td.TdClassName
{
border-color: #FDB045;
}
.TagClassName
{
border-color: #FDB045;
}
</style>