Shades of My Sin #FDB449
Tints of My Sin #FDB449
RGB
CMYK
RGB Variations
Color information
#FDB449 (or 0xFDB449) is known color: My Sin. HEX triplet: FD, B4 and 49. RGB value is (253,180,73). Sum of RGB (Red+Green+Blue) = 253+180+73=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB449 is #024BB6. Grayscale: #BEBEBE. Windows color (decimal): -150455 or 4830461. OLE color: 4830461.
HSL color Cylindrical-coordinate representation of color #FDB449: hue angle of 35.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDB449 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 73 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.01 |
| HSL | 35.67º | 0.98% | 0.64% | - |
| HSV(B) | 35.67º | 0.71% | 0.99% | - |
| XYZ | 58.03 | 54.01 | 13.67 | - |
| YUV | 189.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 73 | 0 | 0.29 | 0.71 | 0.01 | 35.67 | 0.98 | 0.64 |
| Hex | FD | B4 | 49 | 0 | 1D | 47 | 1 | 24 | 62 | 40 |
| Octal | 375 | 264 | 111 | 0 | 35 | 107 | 1 | 44 | 142 | 100 |
| Binary | 11111101 | 10110100 | 1001001 | 0 | 11101 | 1000111 | 1 | 100100 | 1100010 | 1000000 |
Color Harmonies of #FDB449
Complementary color
Monochromatic Colors of #FDB449
Black with #FDB449
Text Example
Text Example
White with #FDB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB449; }
p { color: rgb(253,180,73); }
H1.HeaderClassName
{
color: #FDB449;
}
.AnyTagClassName
{
color: #FDB449;
}
</style>
background-color css
<style>
a { background-color: #FDB449; }
a { background-color: rgb(253,180,73); }
div.DivClassName
{
background-color: #FDB449;
}
.BgClassName
{
background-color: #FDB449;
}
</style>
border-color css
<style>
span { border-color: #FDB449; }
span { border-color: rgb(253,180,73); }
td.TdClassName
{
border-color: #FDB449;
}
.TagClassName
{
border-color: #FDB449;
}
</style>