Shades of My Sin #FDA948
Tints of My Sin #FDA948
RGB
CMYK
RGB Variations
Color information
#FDA948 (or 0xFDA948) is known color: My Sin. HEX triplet: FD, A9 and 48. RGB value is (253,169,72). Sum of RGB (Red+Green+Blue) = 253+169+72=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA948 is #0256B7. Grayscale: #B7B7B7. Windows color (decimal): -153272 or 4762109. OLE color: 4762109.
HSL color Cylindrical-coordinate representation of color #FDA948: hue angle of 32.15º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDA948 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 72 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.01 |
| HSL | 32.15º | 0.98% | 0.64% | - |
| HSV(B) | 32.15º | 0.72% | 0.99% | - |
| XYZ | 55.87 | 49.73 | 12.78 | - |
| YUV | 183.06 | 65.33 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 72 | 0 | 0.33 | 0.72 | 0.01 | 32.15 | 0.98 | 0.64 |
| Hex | FD | A9 | 48 | 0 | 21 | 48 | 1 | 20 | 62 | 40 |
| Octal | 375 | 251 | 110 | 0 | 41 | 110 | 1 | 40 | 142 | 100 |
| Binary | 11111101 | 10101001 | 1001000 | 0 | 100001 | 1001000 | 1 | 100000 | 1100010 | 1000000 |
Color Harmonies of #FDA948
Complementary color
Monochromatic Colors of #FDA948
Black with #FDA948
Text Example
Text Example
White with #FDA948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA948; }
p { color: rgb(253,169,72); }
H1.HeaderClassName
{
color: #FDA948;
}
.AnyTagClassName
{
color: #FDA948;
}
</style>
background-color css
<style>
a { background-color: #FDA948; }
a { background-color: rgb(253,169,72); }
div.DivClassName
{
background-color: #FDA948;
}
.BgClassName
{
background-color: #FDA948;
}
</style>
border-color css
<style>
span { border-color: #FDA948; }
span { border-color: rgb(253,169,72); }
td.TdClassName
{
border-color: #FDA948;
}
.TagClassName
{
border-color: #FDA948;
}
</style>