Shades of My Sin #FDB743
Tints of My Sin #FDB743
RGB
CMYK
RGB Variations
Color information
#FDB743 (or 0xFDB743) is known color: My Sin. HEX triplet: FD, B7 and 43. RGB value is (253,183,67). Sum of RGB (Red+Green+Blue) = 253+183+67=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB743 is #0248BC. Grayscale: #BFBFBF. Windows color (decimal): -149693 or 4438013. OLE color: 4438013.
HSL color Cylindrical-coordinate representation of color #FDB743: hue angle of 37.42º 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 #FDB743 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 67 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.01 |
| HSL | 37.42º | 0.98% | 0.63% | - |
| HSV(B) | 37.42º | 0.74% | 0.99% | - |
| XYZ | 58.45 | 55.15 | 12.88 | - |
| YUV | 190.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 67 | 0 | 0.28 | 0.74 | 0.01 | 37.42 | 0.98 | 0.63 |
| Hex | FD | B7 | 43 | 0 | 1C | 4A | 1 | 25 | 62 | 3F |
| Octal | 375 | 267 | 103 | 0 | 34 | 112 | 1 | 45 | 142 | 77 |
| Binary | 11111101 | 10110111 | 1000011 | 0 | 11100 | 1001010 | 1 | 100101 | 1100010 | 111111 |
Color Harmonies of #FDB743
Complementary color
Monochromatic Colors of #FDB743
Black with #FDB743
Text Example
Text Example
White with #FDB743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB743; }
p { color: rgb(253,183,67); }
H1.HeaderClassName
{
color: #FDB743;
}
.AnyTagClassName
{
color: #FDB743;
}
</style>
background-color css
<style>
a { background-color: #FDB743; }
a { background-color: rgb(253,183,67); }
div.DivClassName
{
background-color: #FDB743;
}
.BgClassName
{
background-color: #FDB743;
}
</style>
border-color css
<style>
span { border-color: #FDB743; }
span { border-color: rgb(253,183,67); }
td.TdClassName
{
border-color: #FDB743;
}
.TagClassName
{
border-color: #FDB743;
}
</style>