Shades of My Sin #FDA845
Tints of My Sin #FDA845
RGB
CMYK
RGB Variations
Color information
#FDA845 (or 0xFDA845) is known color: My Sin. HEX triplet: FD, A8 and 45. RGB value is (253,168,69). Sum of RGB (Red+Green+Blue) = 253+168+69=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA845 is #0257BA. Grayscale: #B6B6B6. Windows color (decimal): -153531 or 4565245. OLE color: 4565245.
HSL color Cylindrical-coordinate representation of color #FDA845: hue angle of 32.28º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDA845 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 69 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.01 |
| HSL | 32.28º | 0.98% | 0.63% | - |
| HSV(B) | 32.28º | 0.73% | 0.99% | - |
| XYZ | 55.58 | 49.32 | 12.22 | - |
| YUV | 182.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 69 | 0 | 0.34 | 0.73 | 0.01 | 32.28 | 0.98 | 0.63 |
| Hex | FD | A8 | 45 | 0 | 22 | 49 | 1 | 20 | 62 | 3F |
| Octal | 375 | 250 | 105 | 0 | 42 | 111 | 1 | 40 | 142 | 77 |
| Binary | 11111101 | 10101000 | 1000101 | 0 | 100010 | 1001001 | 1 | 100000 | 1100010 | 111111 |
Color Harmonies of #FDA845
Complementary color
Monochromatic Colors of #FDA845
Black with #FDA845
Text Example
Text Example
White with #FDA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA845; }
p { color: rgb(253,168,69); }
H1.HeaderClassName
{
color: #FDA845;
}
.AnyTagClassName
{
color: #FDA845;
}
</style>
background-color css
<style>
a { background-color: #FDA845; }
a { background-color: rgb(253,168,69); }
div.DivClassName
{
background-color: #FDA845;
}
.BgClassName
{
background-color: #FDA845;
}
</style>
border-color css
<style>
span { border-color: #FDA845; }
span { border-color: rgb(253,168,69); }
td.TdClassName
{
border-color: #FDA845;
}
.TagClassName
{
border-color: #FDA845;
}
</style>