Shades of My Sin #FDA643
Tints of My Sin #FDA643
RGB
CMYK
RGB Variations
Color information
#FDA643 (or 0xFDA643) is known color: My Sin. HEX triplet: FD, A6 and 43. RGB value is (253,166,67). Sum of RGB (Red+Green+Blue) = 253+166+67=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA643 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA643 is #0259BC. Grayscale: #B5B5B5. Windows color (decimal): -154045 or 4433661. OLE color: 4433661.
HSL color Cylindrical-coordinate representation of color #FDA643: hue angle of 31.94º 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 #FDA643 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 67 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.01 |
| HSL | 31.94º | 0.98% | 0.63% | - |
| HSV(B) | 31.94º | 0.74% | 0.99% | - |
| XYZ | 55.16 | 48.56 | 11.78 | - |
| YUV | 180.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 67 | 0 | 0.34 | 0.74 | 0.01 | 31.94 | 0.98 | 0.63 |
| Hex | FD | A6 | 43 | 0 | 22 | 4A | 1 | 20 | 62 | 3F |
| Octal | 375 | 246 | 103 | 0 | 42 | 112 | 1 | 40 | 142 | 77 |
| Binary | 11111101 | 10100110 | 1000011 | 0 | 100010 | 1001010 | 1 | 100000 | 1100010 | 111111 |
Color Harmonies of #FDA643
Complementary color
Monochromatic Colors of #FDA643
Black with #FDA643
Text Example
Text Example
White with #FDA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA643; }
p { color: rgb(253,166,67); }
H1.HeaderClassName
{
color: #FDA643;
}
.AnyTagClassName
{
color: #FDA643;
}
</style>
background-color css
<style>
a { background-color: #FDA643; }
a { background-color: rgb(253,166,67); }
div.DivClassName
{
background-color: #FDA643;
}
.BgClassName
{
background-color: #FDA643;
}
</style>
border-color css
<style>
span { border-color: #FDA643; }
span { border-color: rgb(253,166,67); }
td.TdClassName
{
border-color: #FDA643;
}
.TagClassName
{
border-color: #FDA643;
}
</style>