Shades of My Sin #FFAA45
Tints of My Sin #FFAA45
RGB
CMYK
RGB Variations
Color information
#FFAA45 (or 0xFFAA45) is known color: My Sin. HEX triplet: FF, AA and 45. RGB value is (255,170,69). Sum of RGB (Red+Green+Blue) = 255+170+69=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA45 is #0055BA. Grayscale: #B8B8B8. Windows color (decimal): -21947 or 4565759. OLE color: 4565759.
HSL color Cylindrical-coordinate representation of color #FFAA45: hue angle of 32.58º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFAA45 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 69 | - |
| CMYK | 0 | 0.33 | 0.73 | 0 |
| HSL | 32.58º | 1% | 0.64% | - |
| HSV(B) | 32.58º | 0.73% | 1% | - |
| XYZ | 56.69 | 50.44 | 12.38 | - |
| YUV | 183.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 69 | 0 | 0.33 | 0.73 | 0 | 32.58 | 1 | 0.64 |
| Hex | FF | AA | 45 | 0 | 21 | 49 | 0 | 21 | 64 | 40 |
| Octal | 377 | 252 | 105 | 0 | 41 | 111 | 0 | 41 | 144 | 100 |
| Binary | 11111111 | 10101010 | 1000101 | 0 | 100001 | 1001001 | 0 | 100001 | 1100100 | 1000000 |
Color Harmonies of #FFAA45
Complementary color
Monochromatic Colors of #FFAA45
Black with #FFAA45
Text Example
Text Example
White with #FFAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA45; }
p { color: rgb(255,170,69); }
H1.HeaderClassName
{
color: #FFAA45;
}
.AnyTagClassName
{
color: #FFAA45;
}
</style>
background-color css
<style>
a { background-color: #FFAA45; }
a { background-color: rgb(255,170,69); }
div.DivClassName
{
background-color: #FFAA45;
}
.BgClassName
{
background-color: #FFAA45;
}
</style>
border-color css
<style>
span { border-color: #FFAA45; }
span { border-color: rgb(255,170,69); }
td.TdClassName
{
border-color: #FFAA45;
}
.TagClassName
{
border-color: #FFAA45;
}
</style>