Shades of My Sin #FDB843
Tints of My Sin #FDB843
RGB
CMYK
RGB Variations
Color information
#FDB843 (or 0xFDB843) is known color: My Sin. HEX triplet: FD, B8 and 43. RGB value is (253,184,67). Sum of RGB (Red+Green+Blue) = 253+184+67=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 67 (26.56% from 255 or 13.29% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB843 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB843 is #0247BC. Grayscale: #BFBFBF. Windows color (decimal): -149437 or 4438269. OLE color: 4438269.
HSL color Cylindrical-coordinate representation of color #FDB843: hue angle of 37.74º 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 #FDB843 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 67 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.01 |
| HSL | 37.74º | 0.98% | 0.63% | - |
| HSV(B) | 37.74º | 0.74% | 0.99% | - |
| XYZ | 58.66 | 55.57 | 12.94 | - |
| YUV | 191.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 67 | 0 | 0.27 | 0.74 | 0.01 | 37.74 | 0.98 | 0.63 |
| Hex | FD | B8 | 43 | 0 | 1B | 4A | 1 | 26 | 62 | 3F |
| Octal | 375 | 270 | 103 | 0 | 33 | 112 | 1 | 46 | 142 | 77 |
| Binary | 11111101 | 10111000 | 1000011 | 0 | 11011 | 1001010 | 1 | 100110 | 1100010 | 111111 |
Color Harmonies of #FDB843
Complementary color
Monochromatic Colors of #FDB843
Black with #FDB843
Text Example
Text Example
White with #FDB843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB843; }
p { color: rgb(253,184,67); }
H1.HeaderClassName
{
color: #FDB843;
}
.AnyTagClassName
{
color: #FDB843;
}
</style>
background-color css
<style>
a { background-color: #FDB843; }
a { background-color: rgb(253,184,67); }
div.DivClassName
{
background-color: #FDB843;
}
.BgClassName
{
background-color: #FDB843;
}
</style>
border-color css
<style>
span { border-color: #FDB843; }
span { border-color: rgb(253,184,67); }
td.TdClassName
{
border-color: #FDB843;
}
.TagClassName
{
border-color: #FDB843;
}
</style>