Shades of My Sin #FDB043
Tints of My Sin #FDB043
RGB
CMYK
RGB Variations
Color information
#FDB043 (or 0xFDB043) is known color: My Sin. HEX triplet: FD, B0 and 43. RGB value is (253,176,67). Sum of RGB (Red+Green+Blue) = 253+176+67=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB043 is #024FBC. Grayscale: #BBBBBB. Windows color (decimal): -151485 or 4436221. OLE color: 4436221.
HSL color Cylindrical-coordinate representation of color #FDB043: hue angle of 35.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDB043 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 67 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.01 |
| HSL | 35.16º | 0.98% | 0.63% | - |
| HSV(B) | 35.16º | 0.74% | 0.99% | - |
| XYZ | 57.05 | 52.34 | 12.41 | - |
| YUV | 186.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 67 | 0 | 0.30 | 0.74 | 0.01 | 35.16 | 0.98 | 0.63 |
| Hex | FD | B0 | 43 | 0 | 1E | 4A | 1 | 23 | 62 | 3F |
| Octal | 375 | 260 | 103 | 0 | 36 | 112 | 1 | 43 | 142 | 77 |
| Binary | 11111101 | 10110000 | 1000011 | 0 | 11110 | 1001010 | 1 | 100011 | 1100010 | 111111 |
Color Harmonies of #FDB043
Complementary color
Monochromatic Colors of #FDB043
Black with #FDB043
Text Example
Text Example
White with #FDB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB043; }
p { color: rgb(253,176,67); }
H1.HeaderClassName
{
color: #FDB043;
}
.AnyTagClassName
{
color: #FDB043;
}
</style>
background-color css
<style>
a { background-color: #FDB043; }
a { background-color: rgb(253,176,67); }
div.DivClassName
{
background-color: #FDB043;
}
.BgClassName
{
background-color: #FDB043;
}
</style>
border-color css
<style>
span { border-color: #FDB043; }
span { border-color: rgb(253,176,67); }
td.TdClassName
{
border-color: #FDB043;
}
.TagClassName
{
border-color: #FDB043;
}
</style>