Shades of My Sin #FFAF47
Tints of My Sin #FFAF47
RGB
CMYK
RGB Variations
Color information
#FFAF47 (or 0xFFAF47) is known color: My Sin. HEX triplet: FF, AF and 47. RGB value is (255,175,71). Sum of RGB (Red+Green+Blue) = 255+175+71=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF47 is #0050B8. Grayscale: #BBBBBB. Windows color (decimal): -20665 or 4698111. OLE color: 4698111.
HSL color Cylindrical-coordinate representation of color #FFAF47: hue angle of 33.91º 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 #FFAF47 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 71 | - |
| CMYK | 0 | 0.31 | 0.72 | 0 |
| HSL | 33.91º | 1% | 0.64% | - |
| HSV(B) | 33.91º | 0.72% | 1% | - |
| XYZ | 57.71 | 52.37 | 13.03 | - |
| YUV | 187.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 71 | 0 | 0.31 | 0.72 | 0 | 33.91 | 1 | 0.64 |
| Hex | FF | AF | 47 | 0 | 1F | 48 | 0 | 22 | 64 | 40 |
| Octal | 377 | 257 | 107 | 0 | 37 | 110 | 0 | 42 | 144 | 100 |
| Binary | 11111111 | 10101111 | 1000111 | 0 | 11111 | 1001000 | 0 | 100010 | 1100100 | 1000000 |
Color Harmonies of #FFAF47
Complementary color
Monochromatic Colors of #FFAF47
Black with #FFAF47
Text Example
Text Example
White with #FFAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF47; }
p { color: rgb(255,175,71); }
H1.HeaderClassName
{
color: #FFAF47;
}
.AnyTagClassName
{
color: #FFAF47;
}
</style>
background-color css
<style>
a { background-color: #FFAF47; }
a { background-color: rgb(255,175,71); }
div.DivClassName
{
background-color: #FFAF47;
}
.BgClassName
{
background-color: #FFAF47;
}
</style>
border-color css
<style>
span { border-color: #FFAF47; }
span { border-color: rgb(255,175,71); }
td.TdClassName
{
border-color: #FFAF47;
}
.TagClassName
{
border-color: #FFAF47;
}
</style>