Shades of My Sin #FDB446
Tints of My Sin #FDB446
RGB
CMYK
RGB Variations
Color information
#FDB446 (or 0xFDB446) is known color: My Sin. HEX triplet: FD, B4 and 46. RGB value is (253,180,70). Sum of RGB (Red+Green+Blue) = 253+180+70=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB446 is #024BB9. Grayscale: #BDBDBD. Windows color (decimal): -150458 or 4633853. OLE color: 4633853.
HSL color Cylindrical-coordinate representation of color #FDB446: hue angle of 36.07º 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 #FDB446 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 70 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.01 |
| HSL | 36.07º | 0.98% | 0.63% | - |
| HSV(B) | 36.07º | 0.72% | 0.99% | - |
| XYZ | 57.93 | 53.97 | 13.16 | - |
| YUV | 189.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 70 | 0 | 0.29 | 0.72 | 0.01 | 36.07 | 0.98 | 0.63 |
| Hex | FD | B4 | 46 | 0 | 1D | 48 | 1 | 24 | 62 | 3F |
| Octal | 375 | 264 | 106 | 0 | 35 | 110 | 1 | 44 | 142 | 77 |
| Binary | 11111101 | 10110100 | 1000110 | 0 | 11101 | 1001000 | 1 | 100100 | 1100010 | 111111 |
Color Harmonies of #FDB446
Complementary color
Monochromatic Colors of #FDB446
Black with #FDB446
Text Example
Text Example
White with #FDB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB446; }
p { color: rgb(253,180,70); }
H1.HeaderClassName
{
color: #FDB446;
}
.AnyTagClassName
{
color: #FDB446;
}
</style>
background-color css
<style>
a { background-color: #FDB446; }
a { background-color: rgb(253,180,70); }
div.DivClassName
{
background-color: #FDB446;
}
.BgClassName
{
background-color: #FDB446;
}
</style>
border-color css
<style>
span { border-color: #FDB446; }
span { border-color: rgb(253,180,70); }
td.TdClassName
{
border-color: #FDB446;
}
.TagClassName
{
border-color: #FDB446;
}
</style>