Shades of My Sin #FFAC4D
Tints of My Sin #FFAC4D
RGB
CMYK
RGB Variations
Color information
#FFAC4D (or 0xFFAC4D) is known color: My Sin. HEX triplet: FF, AC and 4D. RGB value is (255,172,77). Sum of RGB (Red+Green+Blue) = 255+172+77=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC4D is #0053B2. Grayscale: #BABABA. Windows color (decimal): -21427 or 5090559. OLE color: 5090559.
HSL color Cylindrical-coordinate representation of color #FFAC4D: hue angle of 32.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFAC4D is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 77 | - |
| CMYK | 0 | 0.33 | 0.70 | 0 |
| HSL | 32.02º | 1% | 0.65% | - |
| HSV(B) | 32.02º | 0.7% | 1% | - |
| XYZ | 57.33 | 51.3 | 13.9 | - |
| YUV | 185.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 77 | 0 | 0.33 | 0.70 | 0 | 32.02 | 1 | 0.65 |
| Hex | FF | AC | 4D | 0 | 21 | 46 | 0 | 20 | 64 | 41 |
| Octal | 377 | 254 | 115 | 0 | 41 | 106 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101100 | 1001101 | 0 | 100001 | 1000110 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAC4D
Complementary color
Monochromatic Colors of #FFAC4D
Black with #FFAC4D
Text Example
Text Example
White with #FFAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC4D; }
p { color: rgb(255,172,77); }
H1.HeaderClassName
{
color: #FFAC4D;
}
.AnyTagClassName
{
color: #FFAC4D;
}
</style>
background-color css
<style>
a { background-color: #FFAC4D; }
a { background-color: rgb(255,172,77); }
div.DivClassName
{
background-color: #FFAC4D;
}
.BgClassName
{
background-color: #FFAC4D;
}
</style>
border-color css
<style>
span { border-color: #FFAC4D; }
span { border-color: rgb(255,172,77); }
td.TdClassName
{
border-color: #FFAC4D;
}
.TagClassName
{
border-color: #FFAC4D;
}
</style>