Shades of My Sin #FFAD47
Tints of My Sin #FFAD47
RGB
CMYK
RGB Variations
Color information
#FFAD47 (or 0xFFAD47) is known color: My Sin. HEX triplet: FF, AD and 47. RGB value is (255,173,71). Sum of RGB (Red+Green+Blue) = 255+173+71=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD47 is #0052B8. Grayscale: #BABABA. Windows color (decimal): -21177 or 4697599. OLE color: 4697599.
HSL color Cylindrical-coordinate representation of color #FFAD47: hue angle of 33.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFAD47 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 71 | - |
| CMYK | 0 | 0.32 | 0.72 | 0 |
| HSL | 33.26º | 1% | 0.64% | - |
| HSV(B) | 33.26º | 0.72% | 1% | - |
| XYZ | 57.32 | 51.6 | 12.9 | - |
| YUV | 185.89 | 63.17 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 71 | 0 | 0.32 | 0.72 | 0 | 33.26 | 1 | 0.64 |
| Hex | FF | AD | 47 | 0 | 20 | 48 | 0 | 21 | 64 | 40 |
| Octal | 377 | 255 | 107 | 0 | 40 | 110 | 0 | 41 | 144 | 100 |
| Binary | 11111111 | 10101101 | 1000111 | 0 | 100000 | 1001000 | 0 | 100001 | 1100100 | 1000000 |
Color Harmonies of #FFAD47
Complementary color
Monochromatic Colors of #FFAD47
Black with #FFAD47
Text Example
Text Example
White with #FFAD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD47; }
p { color: rgb(255,173,71); }
H1.HeaderClassName
{
color: #FFAD47;
}
.AnyTagClassName
{
color: #FFAD47;
}
</style>
background-color css
<style>
a { background-color: #FFAD47; }
a { background-color: rgb(255,173,71); }
div.DivClassName
{
background-color: #FFAD47;
}
.BgClassName
{
background-color: #FFAD47;
}
</style>
border-color css
<style>
span { border-color: #FFAD47; }
span { border-color: rgb(255,173,71); }
td.TdClassName
{
border-color: #FFAD47;
}
.TagClassName
{
border-color: #FFAD47;
}
</style>