Shades of My Sin #FFAC4E
Tints of My Sin #FFAC4E
RGB
CMYK
RGB Variations
Color information
#FFAC4E (or 0xFFAC4E) is known color: My Sin. HEX triplet: FF, AC and 4E. RGB value is (255,172,78). Sum of RGB (Red+Green+Blue) = 255+172+78=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC4E is #0053B1. Grayscale: #BABABA. Windows color (decimal): -21426 or 5156095. OLE color: 5156095.
HSL color Cylindrical-coordinate representation of color #FFAC4E: hue angle of 31.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFAC4E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 78 | - |
| CMYK | 0 | 0.33 | 0.69 | 0 |
| HSL | 31.86º | 1% | 0.65% | - |
| HSV(B) | 31.86º | 0.69% | 1% | - |
| XYZ | 57.37 | 51.32 | 14.09 | - |
| YUV | 186.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 78 | 0 | 0.33 | 0.69 | 0 | 31.86 | 1 | 0.65 |
| Hex | FF | AC | 4E | 0 | 21 | 45 | 0 | 20 | 64 | 41 |
| Octal | 377 | 254 | 116 | 0 | 41 | 105 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101100 | 1001110 | 0 | 100001 | 1000101 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAC4E
Complementary color
Monochromatic Colors of #FFAC4E
Black with #FFAC4E
Text Example
Text Example
White with #FFAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC4E; }
p { color: rgb(255,172,78); }
H1.HeaderClassName
{
color: #FFAC4E;
}
.AnyTagClassName
{
color: #FFAC4E;
}
</style>
background-color css
<style>
a { background-color: #FFAC4E; }
a { background-color: rgb(255,172,78); }
div.DivClassName
{
background-color: #FFAC4E;
}
.BgClassName
{
background-color: #FFAC4E;
}
</style>
border-color css
<style>
span { border-color: #FFAC4E; }
span { border-color: rgb(255,172,78); }
td.TdClassName
{
border-color: #FFAC4E;
}
.TagClassName
{
border-color: #FFAC4E;
}
</style>