Shades of My Sin #FDB943
Tints of My Sin #FDB943
RGB
CMYK
RGB Variations
Color information
#FDB943 (or 0xFDB943) is known color: My Sin. HEX triplet: FD, B9 and 43. RGB value is (253,185,67). Sum of RGB (Red+Green+Blue) = 253+185+67=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB943 is #0246BC. Grayscale: #C0C0C0. Windows color (decimal): -149181 or 4438525. OLE color: 4438525.
HSL color Cylindrical-coordinate representation of color #FDB943: hue angle of 38.06º 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 #FDB943 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 67 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.01 |
| HSL | 38.06º | 0.98% | 0.63% | - |
| HSV(B) | 38.06º | 0.74% | 0.99% | - |
| XYZ | 58.87 | 55.99 | 13.01 | - |
| YUV | 191.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 67 | 0 | 0.27 | 0.74 | 0.01 | 38.06 | 0.98 | 0.63 |
| Hex | FD | B9 | 43 | 0 | 1B | 4A | 1 | 26 | 62 | 3F |
| Octal | 375 | 271 | 103 | 0 | 33 | 112 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111001 | 1000011 | 0 | 11011 | 1001010 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB943
Complementary color
Monochromatic Colors of #FDB943
Black with #FDB943
Text Example
Text Example
White with #FDB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB943; }
p { color: rgb(253,185,67); }
H1.HeaderClassName
{
color: #FDB943;
}
.AnyTagClassName
{
color: #FDB943;
}
</style>
background-color css
<style>
a { background-color: #FDB943; }
a { background-color: rgb(253,185,67); }
div.DivClassName
{
background-color: #FDB943;
}
.BgClassName
{
background-color: #FDB943;
}
</style>
border-color css
<style>
span { border-color: #FDB943; }
span { border-color: rgb(253,185,67); }
td.TdClassName
{
border-color: #FDB943;
}
.TagClassName
{
border-color: #FDB943;
}
</style>