Shades of My Sin #FDB149
Tints of My Sin #FDB149
RGB
CMYK
RGB Variations
Color information
#FDB149 (or 0xFDB149) is known color: My Sin. HEX triplet: FD, B1 and 49. RGB value is (253,177,73). Sum of RGB (Red+Green+Blue) = 253+177+73=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB149 is #024EB6. Grayscale: #BCBCBC. Windows color (decimal): -151223 or 4829693. OLE color: 4829693.
HSL color Cylindrical-coordinate representation of color #FDB149: hue angle of 34.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 #FDB149 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 177 | 73 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.01 |
| HSL | 34.67º | 0.98% | 0.64% | - |
| HSV(B) | 34.67º | 0.71% | 0.99% | - |
| XYZ | 57.43 | 52.81 | 13.47 | - |
| YUV | 187.87 | 63.18 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 177 | 73 | 0 | 0.30 | 0.71 | 0.01 | 34.67 | 0.98 | 0.64 |
| Hex | FD | B1 | 49 | 0 | 1E | 47 | 1 | 23 | 62 | 40 |
| Octal | 375 | 261 | 111 | 0 | 36 | 107 | 1 | 43 | 142 | 100 |
| Binary | 11111101 | 10110001 | 1001001 | 0 | 11110 | 1000111 | 1 | 100011 | 1100010 | 1000000 |
Color Harmonies of #FDB149
Complementary color
Monochromatic Colors of #FDB149
Black with #FDB149
Text Example
Text Example
White with #FDB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB149; }
p { color: rgb(253,177,73); }
H1.HeaderClassName
{
color: #FDB149;
}
.AnyTagClassName
{
color: #FDB149;
}
</style>
background-color css
<style>
a { background-color: #FDB149; }
a { background-color: rgb(253,177,73); }
div.DivClassName
{
background-color: #FDB149;
}
.BgClassName
{
background-color: #FDB149;
}
</style>
border-color css
<style>
span { border-color: #FDB149; }
span { border-color: rgb(253,177,73); }
td.TdClassName
{
border-color: #FDB149;
}
.TagClassName
{
border-color: #FDB149;
}
</style>