Shades of My Sin #FFAC4C
Tints of My Sin #FFAC4C
RGB
CMYK
RGB Variations
Color information
#FFAC4C (or 0xFFAC4C) is known color: My Sin. HEX triplet: FF, AC and 4C. RGB value is (255,172,76). Sum of RGB (Red+Green+Blue) = 255+172+76=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC4C is #0053B3. Grayscale: #BABABA. Windows color (decimal): -21428 or 5025023. OLE color: 5025023.
HSL color Cylindrical-coordinate representation of color #FFAC4C: hue angle of 32.18º 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 #FFAC4C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 76 | - |
| CMYK | 0 | 0.33 | 0.70 | 0 |
| HSL | 32.18º | 1% | 0.65% | - |
| HSV(B) | 32.18º | 0.7% | 1% | - |
| XYZ | 57.3 | 51.29 | 13.72 | - |
| YUV | 185.87 | 66 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 76 | 0 | 0.33 | 0.70 | 0 | 32.18 | 1 | 0.65 |
| Hex | FF | AC | 4C | 0 | 21 | 46 | 0 | 20 | 64 | 41 |
| Octal | 377 | 254 | 114 | 0 | 41 | 106 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101100 | 1001100 | 0 | 100001 | 1000110 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAC4C
Complementary color
Monochromatic Colors of #FFAC4C
Black with #FFAC4C
Text Example
Text Example
White with #FFAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC4C; }
p { color: rgb(255,172,76); }
H1.HeaderClassName
{
color: #FFAC4C;
}
.AnyTagClassName
{
color: #FFAC4C;
}
</style>
background-color css
<style>
a { background-color: #FFAC4C; }
a { background-color: rgb(255,172,76); }
div.DivClassName
{
background-color: #FFAC4C;
}
.BgClassName
{
background-color: #FFAC4C;
}
</style>
border-color css
<style>
span { border-color: #FFAC4C; }
span { border-color: rgb(255,172,76); }
td.TdClassName
{
border-color: #FFAC4C;
}
.TagClassName
{
border-color: #FFAC4C;
}
</style>