Shades of My Sin #FFA845
Tints of My Sin #FFA845
RGB
CMYK
RGB Variations
Color information
#FFA845 (or 0xFFA845) is known color: My Sin. HEX triplet: FF, A8 and 45. RGB value is (255,168,69). Sum of RGB (Red+Green+Blue) = 255+168+69=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA845 is #0057BA. Grayscale: #B7B7B7. Windows color (decimal): -22459 or 4565247. OLE color: 4565247.
HSL color Cylindrical-coordinate representation of color #FFA845: hue angle of 31.94º 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 #FFA845 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 69 | - |
| CMYK | 0 | 0.34 | 0.73 | 0 |
| HSL | 31.94º | 1% | 0.64% | - |
| HSV(B) | 31.94º | 0.73% | 1% | - |
| XYZ | 56.32 | 49.69 | 12.25 | - |
| YUV | 182.73 | 63.82 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 69 | 0 | 0.34 | 0.73 | 0 | 31.94 | 1 | 0.64 |
| Hex | FF | A8 | 45 | 0 | 22 | 49 | 0 | 20 | 64 | 40 |
| Octal | 377 | 250 | 105 | 0 | 42 | 111 | 0 | 40 | 144 | 100 |
| Binary | 11111111 | 10101000 | 1000101 | 0 | 100010 | 1001001 | 0 | 100000 | 1100100 | 1000000 |
Color Harmonies of #FFA845
Complementary color
Monochromatic Colors of #FFA845
Black with #FFA845
Text Example
Text Example
White with #FFA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA845; }
p { color: rgb(255,168,69); }
H1.HeaderClassName
{
color: #FFA845;
}
.AnyTagClassName
{
color: #FFA845;
}
</style>
background-color css
<style>
a { background-color: #FFA845; }
a { background-color: rgb(255,168,69); }
div.DivClassName
{
background-color: #FFA845;
}
.BgClassName
{
background-color: #FFA845;
}
</style>
border-color css
<style>
span { border-color: #FFA845; }
span { border-color: rgb(255,168,69); }
td.TdClassName
{
border-color: #FFA845;
}
.TagClassName
{
border-color: #FFA845;
}
</style>