Shades of My Sin #FDB346
Tints of My Sin #FDB346
RGB
CMYK
RGB Variations
Color information
#FDB346 (or 0xFDB346) is known color: My Sin. HEX triplet: FD, B3 and 46. RGB value is (253,179,70). Sum of RGB (Red+Green+Blue) = 253+179+70=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB346 is #024CB9. Grayscale: #BDBDBD. Windows color (decimal): -150714 or 4633597. OLE color: 4633597.
HSL color Cylindrical-coordinate representation of color #FDB346: hue angle of 35.74º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDB346 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 70 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.01 |
| HSL | 35.74º | 0.98% | 0.63% | - |
| HSV(B) | 35.74º | 0.72% | 0.99% | - |
| XYZ | 57.73 | 53.57 | 13.09 | - |
| YUV | 188.7 | 61.02 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 70 | 0 | 0.29 | 0.72 | 0.01 | 35.74 | 0.98 | 0.63 |
| Hex | FD | B3 | 46 | 0 | 1D | 48 | 1 | 24 | 62 | 3F |
| Octal | 375 | 263 | 106 | 0 | 35 | 110 | 1 | 44 | 142 | 77 |
| Binary | 11111101 | 10110011 | 1000110 | 0 | 11101 | 1001000 | 1 | 100100 | 1100010 | 111111 |
Color Harmonies of #FDB346
Complementary color
Monochromatic Colors of #FDB346
Black with #FDB346
Text Example
Text Example
White with #FDB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB346; }
p { color: rgb(253,179,70); }
H1.HeaderClassName
{
color: #FDB346;
}
.AnyTagClassName
{
color: #FDB346;
}
</style>
background-color css
<style>
a { background-color: #FDB346; }
a { background-color: rgb(253,179,70); }
div.DivClassName
{
background-color: #FDB346;
}
.BgClassName
{
background-color: #FDB346;
}
</style>
border-color css
<style>
span { border-color: #FDB346; }
span { border-color: rgb(253,179,70); }
td.TdClassName
{
border-color: #FDB346;
}
.TagClassName
{
border-color: #FDB346;
}
</style>