Shades of My Sin #FFA647
Tints of My Sin #FFA647
RGB
CMYK
RGB Variations
Color information
#FFA647 (or 0xFFA647) is known color: My Sin. HEX triplet: FF, A6 and 47. RGB value is (255,166,71). Sum of RGB (Red+Green+Blue) = 255+166+71=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA647 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA647 is #0059B8. Grayscale: #B6B6B6. Windows color (decimal): -22969 or 4695807. OLE color: 4695807.
HSL color Cylindrical-coordinate representation of color #FFA647: hue angle of 30.98º 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 #FFA647 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 71 | - |
| CMYK | 0 | 0.35 | 0.72 | 0 |
| HSL | 30.98º | 1% | 0.64% | - |
| HSV(B) | 30.98º | 0.72% | 1% | - |
| XYZ | 56.01 | 48.99 | 12.46 | - |
| YUV | 181.78 | 65.49 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 71 | 0 | 0.35 | 0.72 | 0 | 30.98 | 1 | 0.64 |
| Hex | FF | A6 | 47 | 0 | 23 | 48 | 0 | 1F | 64 | 40 |
| Octal | 377 | 246 | 107 | 0 | 43 | 110 | 0 | 37 | 144 | 100 |
| Binary | 11111111 | 10100110 | 1000111 | 0 | 100011 | 1001000 | 0 | 11111 | 1100100 | 1000000 |
Color Harmonies of #FFA647
Complementary color
Monochromatic Colors of #FFA647
Black with #FFA647
Text Example
Text Example
White with #FFA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA647; }
p { color: rgb(255,166,71); }
H1.HeaderClassName
{
color: #FFA647;
}
.AnyTagClassName
{
color: #FFA647;
}
</style>
background-color css
<style>
a { background-color: #FFA647; }
a { background-color: rgb(255,166,71); }
div.DivClassName
{
background-color: #FFA647;
}
.BgClassName
{
background-color: #FFA647;
}
</style>
border-color css
<style>
span { border-color: #FFA647; }
span { border-color: rgb(255,166,71); }
td.TdClassName
{
border-color: #FFA647;
}
.TagClassName
{
border-color: #FFA647;
}
</style>