Shades of My Sin #FFAA4E
Tints of My Sin #FFAA4E
RGB
CMYK
RGB Variations
Color information
#FFAA4E (or 0xFFAA4E) is known color: My Sin. HEX triplet: FF, AA and 4E. RGB value is (255,170,78). Sum of RGB (Red+Green+Blue) = 255+170+78=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA4E is #0055B1. Grayscale: #B9B9B9. Windows color (decimal): -21938 or 5155583. OLE color: 5155583.
HSL color Cylindrical-coordinate representation of color #FFAA4E: hue angle of 31.19º 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 #FFAA4E is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 78 | - |
| CMYK | 0 | 0.33 | 0.69 | 0 |
| HSL | 31.19º | 1% | 0.65% | - |
| HSV(B) | 31.19º | 0.69% | 1% | - |
| XYZ | 56.99 | 50.56 | 13.96 | - |
| YUV | 184.93 | 67.66 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 78 | 0 | 0.33 | 0.69 | 0 | 31.19 | 1 | 0.65 |
| Hex | FF | AA | 4E | 0 | 21 | 45 | 0 | 1F | 64 | 41 |
| Octal | 377 | 252 | 116 | 0 | 41 | 105 | 0 | 37 | 144 | 101 |
| Binary | 11111111 | 10101010 | 1001110 | 0 | 100001 | 1000101 | 0 | 11111 | 1100100 | 1000001 |
Color Harmonies of #FFAA4E
Complementary color
Monochromatic Colors of #FFAA4E
Black with #FFAA4E
Text Example
Text Example
White with #FFAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA4E; }
p { color: rgb(255,170,78); }
H1.HeaderClassName
{
color: #FFAA4E;
}
.AnyTagClassName
{
color: #FFAA4E;
}
</style>
background-color css
<style>
a { background-color: #FFAA4E; }
a { background-color: rgb(255,170,78); }
div.DivClassName
{
background-color: #FFAA4E;
}
.BgClassName
{
background-color: #FFAA4E;
}
</style>
border-color css
<style>
span { border-color: #FFAA4E; }
span { border-color: rgb(255,170,78); }
td.TdClassName
{
border-color: #FFAA4E;
}
.TagClassName
{
border-color: #FFAA4E;
}
</style>