Shades of My Sin #FFAE47
Tints of My Sin #FFAE47
RGB
CMYK
RGB Variations
Color information
#FFAE47 (or 0xFFAE47) is known color: My Sin. HEX triplet: FF, AE and 47. RGB value is (255,174,71). Sum of RGB (Red+Green+Blue) = 255+174+71=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE47 is #0051B8. Grayscale: #BABABA. Windows color (decimal): -20921 or 4697855. OLE color: 4697855.
HSL color Cylindrical-coordinate representation of color #FFAE47: hue angle of 33.59º 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 #FFAE47 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 71 | - |
| CMYK | 0 | 0.32 | 0.72 | 0 |
| HSL | 33.59º | 1% | 0.64% | - |
| HSV(B) | 33.59º | 0.72% | 1% | - |
| XYZ | 57.51 | 51.99 | 12.96 | - |
| YUV | 186.48 | 62.84 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 71 | 0 | 0.32 | 0.72 | 0 | 33.59 | 1 | 0.64 |
| Hex | FF | AE | 47 | 0 | 20 | 48 | 0 | 22 | 64 | 40 |
| Octal | 377 | 256 | 107 | 0 | 40 | 110 | 0 | 42 | 144 | 100 |
| Binary | 11111111 | 10101110 | 1000111 | 0 | 100000 | 1001000 | 0 | 100010 | 1100100 | 1000000 |
Color Harmonies of #FFAE47
Complementary color
Monochromatic Colors of #FFAE47
Black with #FFAE47
Text Example
Text Example
White with #FFAE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE47; }
p { color: rgb(255,174,71); }
H1.HeaderClassName
{
color: #FFAE47;
}
.AnyTagClassName
{
color: #FFAE47;
}
</style>
background-color css
<style>
a { background-color: #FFAE47; }
a { background-color: rgb(255,174,71); }
div.DivClassName
{
background-color: #FFAE47;
}
.BgClassName
{
background-color: #FFAE47;
}
</style>
border-color css
<style>
span { border-color: #FFAE47; }
span { border-color: rgb(255,174,71); }
td.TdClassName
{
border-color: #FFAE47;
}
.TagClassName
{
border-color: #FFAE47;
}
</style>